summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/aqpkg.pro
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/aqpkg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/aqpkg.pro41
1 files changed, 41 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
new file mode 100644
index 0000000..01f9eff
--- a/dev/null
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -0,0 +1,41 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on debug
3 HEADERS = global.h \
4 mainwin.h \
5 datamgr.h \
6 settingsimpl.h \
7 ipkg.h \
8 networkpkgmgr.h \
9 package.h \
10 progressdlg.h \
11 installdlgimpl.h \
12 instoptionsimpl.h \
13 destination.h \
14 utils.h \
15 server.h \
16 helpwindow.h \
17 inputdlg.h
18 SOURCES = mainwin.cpp \
19 datamgr.cpp \
20 mem.cpp \
21 settingsimpl.cpp \
22 ipkg.cpp \
23 networkpkgmgr.cpp \
24 main.cpp \
25 package.cpp \
26 progressdlg.cpp \
27 installdlgimpl.cpp \
28 instoptionsimpl.cpp \
29 destination.cpp \
30 utils.cpp \
31 server.cpp \
32 helpwindow.cpp \
33 inputdlg.cpp
34 INTERFACES= settings.ui \
35 install.ui \
36 instoptions.ui
37 TARGET = aqpkg
38INCLUDEPATH += $(QPEDIR)/include
39DEPENDPATH += $(QPEDIR)/include
40LIBS += -lqpe -lstdc++
41