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.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
index a5d49e7..5fc323a 100644
--- a/noncore/settings/aqpkg/aqpkg.pro
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -1,47 +1,51 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on debug 2 CONFIG = qt warn_on debug
3 HEADERS = global.h \ 3 HEADERS = global.h \
4 mainwin.h \ 4 mainwin.h \
5 datamgr.h \ 5 datamgr.h \
6 settingsimpl.h \ 6 settingsimpl.h \
7 ipkg.h \ 7 ipkg.h \
8 networkpkgmgr.h \ 8 networkpkgmgr.h \
9 package.h \ 9 package.h \
10 progresswidget.h \ 10 progresswidget.h \
11 installdlgimpl.h \ 11 installdlgimpl.h \
12 instoptionsimpl.h \ 12 instoptionsimpl.h \
13 destination.h \ 13 destination.h \
14 utils.h \ 14 utils.h \
15 server.h \ 15 server.h \
16 helpwindow.h \ 16 helpwindow.h \
17 letterpushbutton.h \ 17 letterpushbutton.h \
18 inputdlg.h \ 18 inputdlg.h \
19 categoryfilterimpl.h 19 categoryfilterimpl.h
20 SOURCES = mainwin.cpp \ 20 SOURCES = mainwin.cpp \
21 datamgr.cpp \ 21 datamgr.cpp \
22 mem.cpp \ 22 mem.cpp \
23 settingsimpl.cpp \ 23 settingsimpl.cpp \
24 ipkg.cpp \ 24 ipkg.cpp \
25 networkpkgmgr.cpp \ 25 networkpkgmgr.cpp \
26 main.cpp \ 26 main.cpp \
27 package.cpp \ 27 package.cpp \
28 progresswidget.cpp \ 28 progresswidget.cpp \
29 installdlgimpl.cpp \ 29 installdlgimpl.cpp \
30 instoptionsimpl.cpp \ 30 instoptionsimpl.cpp \
31 destination.cpp \ 31 destination.cpp \
32 utils.cpp \ 32 utils.cpp \
33 server.cpp \ 33 server.cpp \
34 helpwindow.cpp \ 34 helpwindow.cpp \
35 letterpushbutton.cpp \ 35 letterpushbutton.cpp \
36 inputdlg.cpp \ 36 inputdlg.cpp \
37 version.cpp \ 37 version.cpp \
38 categoryfilterimpl.cpp 38 categoryfilterimpl.cpp
39 INTERFACES= settings.ui \ 39 INTERFACES= settings.ui \
40 install.ui \ 40 install.ui \
41 instoptions.ui \ 41 instoptions.ui \
42 categoryfilter.ui 42 categoryfilter.ui
43 TARGET = aqpkg 43 TARGET = aqpkg
44INCLUDEPATH += $(OPIEDIR)/include 44INCLUDEPATH += $(OPIEDIR)/include
45DEPENDPATH += $(OPIEDIR)/include 45DEPENDPATH += $(OPIEDIR)/include
46LIBS += -lqpe -lopie -lstdc++ 46LIBS += -lqpe -lopie -lstdc++
47DESTDIR = $(OPIEDIR)/bin 47DESTDIR = $(OPIEDIR)/bin
48
49
50
51include ( ../../../include.pro )