summaryrefslogtreecommitdiff
authorandyq <andyq>2002-10-17 23:37:30 (UTC)
committer andyq <andyq>2002-10-17 23:37:30 (UTC)
commit6a4685320a318f99a2f60c9b4e4f461f803c3f56 (patch) (side-by-side diff)
treec5f4a3569f949f4526be653a073e9ffdfebe9e9c
parent88efc057c15b5cdcb8f0109fbac28e7c3abbd518 (diff)
downloadopie-6a4685320a318f99a2f60c9b4e4f461f803c3f56.zip
opie-6a4685320a318f99a2f60c9b4e4f461f803c3f56.tar.gz
opie-6a4685320a318f99a2f60c9b4e4f461f803c3f56.tar.bz2
Added destdir
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/aqpkg.pro1
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
@@ -1,43 +1,44 @@
TEMPLATE = app
CONFIG = qt warn_on debug
HEADERS = global.h \
mainwin.h \
datamgr.h \
settingsimpl.h \
ipkg.h \
networkpkgmgr.h \
package.h \
progressdlg.h \
installdlgimpl.h \
instoptionsimpl.h \
destination.h \
utils.h \
server.h \
helpwindow.h \
letterpushbutton.h \
inputdlg.h
SOURCES = mainwin.cpp \
datamgr.cpp \
mem.cpp \
settingsimpl.cpp \
ipkg.cpp \
networkpkgmgr.cpp \
main.cpp \
package.cpp \
progressdlg.cpp \
installdlgimpl.cpp \
instoptionsimpl.cpp \
destination.cpp \
utils.cpp \
server.cpp \
helpwindow.cpp \
letterpushbutton.cpp \
inputdlg.cpp
INTERFACES = settings.ui \
install.ui \
instoptions.ui
TARGET = aqpkg
+DESTDIR=$(OPIEDIR)/bin
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lstdc++