-rw-r--r-- | noncore/settings/aqpkg/aqpkg.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index 0d9269d..b869f32 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -24,20 +24,21 @@ SOURCES = mainwin.cpp \ | |||
24 | networkpkgmgr.cpp \ | 24 | networkpkgmgr.cpp \ |
25 | main.cpp \ | 25 | main.cpp \ |
26 | package.cpp \ | 26 | package.cpp \ |
27 | progressdlg.cpp \ | 27 | progressdlg.cpp \ |
28 | installdlgimpl.cpp \ | 28 | installdlgimpl.cpp \ |
29 | instoptionsimpl.cpp \ | 29 | instoptionsimpl.cpp \ |
30 | destination.cpp \ | 30 | destination.cpp \ |
31 | utils.cpp \ | 31 | utils.cpp \ |
32 | server.cpp \ | 32 | server.cpp \ |
33 | helpwindow.cpp \ | 33 | helpwindow.cpp \ |
34 | letterpushbutton.cpp \ | 34 | letterpushbutton.cpp \ |
35 | inputdlg.cpp | 35 | inputdlg.cpp |
36 | INTERFACES= settings.ui \ | 36 | INTERFACES= settings.ui \ |
37 | install.ui \ | 37 | install.ui \ |
38 | instoptions.ui | 38 | instoptions.ui |
39 | TARGET = aqpkg | 39 | TARGET = aqpkg |
40 | DESTDIR=$(OPIEDIR)/bin | ||
40 | INCLUDEPATH += $(OPIEDIR)/include | 41 | INCLUDEPATH += $(OPIEDIR)/include |
41 | DEPENDPATH += $(OPIEDIR)/include | 42 | DEPENDPATH += $(OPIEDIR)/include |
42 | LIBS += -lqpe -lstdc++ | 43 | LIBS += -lqpe -lstdc++ |
43 | 44 | ||