author | andyq <andyq> | 2002-10-17 23:37:30 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-17 23:37:30 (UTC) |
commit | 6a4685320a318f99a2f60c9b4e4f461f803c3f56 (patch) (side-by-side diff) | |
tree | c5f4a3569f949f4526be653a073e9ffdfebe9e9c | |
parent | 88efc057c15b5cdcb8f0109fbac28e7c3abbd518 (diff) | |
download | opie-6a4685320a318f99a2f60c9b4e4f461f803c3f56.zip opie-6a4685320a318f99a2f60c9b4e4f461f803c3f56.tar.gz opie-6a4685320a318f99a2f60c9b4e4f461f803c3f56.tar.bz2 |
Added destdir
-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 @@ -16,28 +16,29 @@ HEADERS = global.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++ |