author | andyq <andyq> | 2002-10-28 22:09:02 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-28 22:09:02 (UTC) |
commit | 483941bdb352bccca2bcb344f3e2724e3a3eedab (patch) (unidiff) | |
tree | 01c8c02a66c67f6cfd56dfdb76fc6f5227b7fbb4 | |
parent | af0ed66ad486536d01890b98a4a46792b0f229a6 (diff) | |
download | opie-483941bdb352bccca2bcb344f3e2724e3a3eedab.zip opie-483941bdb352bccca2bcb344f3e2724e3a3eedab.tar.gz opie-483941bdb352bccca2bcb344f3e2724e3a3eedab.tar.bz2 |
Added DESTDIR to pro file
-rw-r--r-- | noncore/settings/aqpkg/aqpkg.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index 99b82a1..301f4f2 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -36,9 +36,9 @@ SOURCES = mainwin.cpp \ | |||
36 | version.cpp | 36 | version.cpp |
37 | INTERFACES= settings.ui \ | 37 | INTERFACES= settings.ui \ |
38 | install.ui \ | 38 | install.ui \ |
39 | instoptions.ui | 39 | instoptions.ui |
40 | TARGET = aqpkg | 40 | TARGET = aqpkg |
41 | INCLUDEPATH += $(OPIEDIR)/include | 41 | INCLUDEPATH += $(OPIEDIR)/include |
42 | DEPENDPATH += $(OPIEDIR)/include | 42 | DEPENDPATH += $(OPIEDIR)/include |
43 | LIBS += -lqpe -lstdc++ | 43 | LIBS += -lqpe -lstdc++ |
44 | 44 | DESTDIR = $(OPIEDIR)/bin | |