-rw-r--r-- | noncore/settings/aqpkg/aqpkg.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index 6cc5a23..3b27ac3 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -1,47 +1,47 @@ | |||
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 | progressdlg.h \ | 10 | progressdlg.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 | progressdlg.cpp \ | 28 | progressdlg.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 |
44 | INCLUDEPATH += $(OPIEDIR)/include | 44 | INCLUDEPATH += $(OPIEDIR)/include |
45 | DEPENDPATH += $(OPIEDIR)/include | 45 | DEPENDPATH += $(OPIEDIR)/include |
46 | LIBS += -lqpe -lstdc++ | 46 | LIBS += -lqpe -lopie -lstdc++ |
47 | DESTDIR = $(OPIEDIR)/bin | 47 | DESTDIR = $(OPIEDIR)/bin |