summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/aqpkg.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro
index c5578a9..0d9269d 100644
--- a/noncore/settings/aqpkg/aqpkg.pro
+++ b/noncore/settings/aqpkg/aqpkg.pro
@@ -16,28 +16,28 @@ HEADERS = global.h \
16 helpwindow.h \ 16 helpwindow.h \
17 letterpushbutton.h \ 17 letterpushbutton.h \
18 inputdlg.h 18 inputdlg.h
19 SOURCES = mainwin.cpp \ 19 SOURCES = mainwin.cpp \
20 datamgr.cpp \ 20 datamgr.cpp \
21 mem.cpp \ 21 mem.cpp \
22 settingsimpl.cpp \ 22 settingsimpl.cpp \
23 ipkg.cpp \ 23 ipkg.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
40INCLUDEPATH += $(QPEDIR)/include 40INCLUDEPATH += $(OPIEDIR)/include
41DEPENDPATH += $(QPEDIR)/include 41DEPENDPATH += $(OPIEDIR)/include
42LIBS += -lqpe -lstdc++ 42LIBS += -lqpe -lstdc++
43 43