-
Notifications
You must be signed in to change notification settings - Fork 0
/
baza.pro
45 lines (37 loc) · 816 Bytes
/
baza.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#-------------------------------------------------
#
# Project created by Rafał Mazurkiewicz 2016-11-09T09:34:11
#
#-------------------------------------------------
QT += core gui
QT += core
QT += sql widgets
RC_FILE = myapp.rc
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = baza
TEMPLATE = app
TRANSLATIONS = baza_pl.ts \
baza_en.ts \
baza_fr.ts \
SOURCES += main.cpp\
connectDB.cpp \
setlanguage.cpp \
adding.cpp \
collecting.cpp \
newproduct.cpp \
warehouse.cpp
HEADERS += \
connectDB.h \
version.h \
setlanguage.h \
adding.h \
collecting.h \
newproduct.h \
warehouse.h
FORMS += \
setlanguage.ui \
adding.ui \
collecting.ui \
newproduct.ui
DISTFILES += \
myapp.rc