-
Notifications
You must be signed in to change notification settings - Fork 0
/
KC-Presta.pro
51 lines (42 loc) · 865 Bytes
/
KC-Presta.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
46
47
48
49
50
51
#-------------------------------------------------
#
# Project created by QtCreator 2012-10-20T18:38:38
#
#-------------------------------------------------
QT += core network xml gui sql
TARGET = KC-Presta
CONFIG += console
#CONFIG -= app_bundle
win32:RC_FILE = icon.rc
TEMPLATE = app
SOURCES += main.cpp \
PSWebService.cpp \
Presta.cpp \
Logger.cpp \
KCFirma.cpp \
Produkt.cpp \
KCPresta.cpp \
PrestaStructs.cpp \
MainWindow.cpp \
ConsoleDialog.cpp \
Exception.cpp
HEADERS += \
PSWebService.h \
Presta.h \
Kategoria.h \
Produkt.h \
Logger.h \
KCFirma.h \
Zamowienie.h \
KCPresta.h \
PrestaStructs.h \
MainWindow.h \
ConsoleDialog.h \
Exception.h
FORMS += \
MainWindow.ui \
ConsoleDialog.ui
RESOURCES += \
icons.qrc
OTHER_FILES += \
icon.rc