-rw-r--r-- | noncore/settings/packagemanager/packagemanager.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/packagemanager/packagemanager.pro b/noncore/settings/packagemanager/packagemanager.pro index 2379347..39bb640 100644 --- a/noncore/settings/packagemanager/packagemanager.pro +++ b/noncore/settings/packagemanager/packagemanager.pro | |||
@@ -1,41 +1,41 @@ | |||
1 | CONFIG = qt warn_on quick-app | 1 | CONFIG = qt warn_on quick-app |
2 | 2 | ||
3 | SOURCES = opackage.cpp \ | 3 | SOURCES = opackage.cpp \ |
4 | oconfitem.cpp \ | 4 | oconfitem.cpp \ |
5 | oipkg.cpp \ | 5 | oipkg.cpp \ |
6 | oipkgconfigdlg.cpp \ | 6 | oipkgconfigdlg.cpp \ |
7 | opackagemanager.cpp \ | 7 | opackagemanager.cpp \ |
8 | mainwindow.cpp \ | 8 | mainwindow.cpp \ |
9 | installdlg.cpp \ | 9 | installdlg.cpp \ |
10 | packageinfodlg.cpp \ | 10 | packageinfodlg.cpp \ |
11 | filterdlg.cpp \ | 11 | filterdlg.cpp \ |
12 | promptdlg.cpp \ | 12 | promptdlg.cpp \ |
13 | entrydlg.cpp \ | 13 | entrydlg.cpp \ |
14 | main.cpp | 14 | main.cpp |
15 | HEADERS = opackage.h \ | 15 | HEADERS = opackage.h \ |
16 | oconfitem.h \ | 16 | oconfitem.h \ |
17 | oipkg.h \ | 17 | oipkg.h \ |
18 | oipkgconfigdlg.h \ | 18 | oipkgconfigdlg.h \ |
19 | opackagemanager.h \ | 19 | opackagemanager.h \ |
20 | mainwindow.h \ | 20 | mainwindow.h \ |
21 | installdlg.h \ | 21 | installdlg.h \ |
22 | packageinfodlg.h \ | 22 | packageinfodlg.h \ |
23 | filterdlg.h \ | 23 | filterdlg.h \ |
24 | promptdlg.h \ | 24 | promptdlg.h \ |
25 | entrydlg.h | 25 | entrydlg.h |
26 | 26 | ||
27 | DEFINES += IPKG_LIB | 27 | DEFINES += IPKG_LIB |
28 | DEFINES += HAVE_MKDTEMP | 28 | DEFINES += HAVE_MKDTEMP |
29 | TARGET = packagemanager | 29 | TARGET = packagemanager |
30 | INCLUDEPATH += $(OPIEDIR)/include | 30 | INCLUDEPATH += $(OPIEDIR)/include |
31 | DEPENDPATH += $(OPIEDIR)/include | 31 | DEPENDPATH += $(OPIEDIR)/include |
32 | LIBS += -lqpe -lopiecore2 -lopieui2 -lipkg | 32 | LIBS += -lqpe -lopiecore2 -lopieui2 -lipkg |
33 | 33 | ||
34 | include ( $(OPIEDIR)/include.pro ) | 34 | include ( $(OPIEDIR)/include.pro ) |
35 | 35 | ||
36 | !isEmpty( LIBIPK_INC_DIR ) { | 36 | !isEmpty( LIBIPK_INC_DIR ) { |
37 | INCLUDEPATH += $$LIBIPK_INC_DIR | 37 | INCLUDEPATH = $$LIBIPK_INC_DIR $$INCLUDEPATH |
38 | } | 38 | } |
39 | !isEmpty( LIBIPK_LIB_DIR ) { | 39 | !isEmpty( LIBIPK_LIB_DIR ) { |
40 | LIBS += -L$$LIBIPK_LIB_DIR | 40 | LIBS = -L$$LIBIPK_LIB_DIR $$LIBS |
41 | } | 41 | } |