author | llornkcor <llornkcor> | 2002-06-22 03:07:35 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-22 03:07:35 (UTC) |
commit | b5d84581b2ba61065f3382f7f9fa29416a23b560 (patch) (unidiff) | |
tree | 783e52467c4bd7fc3f3d78316deae5052a19cdc9 | |
parent | 9adc4e5ab0a07eda196fffc8921da2d2d4f273e7 (diff) | |
download | opie-b5d84581b2ba61065f3382f7f9fa29416a23b560.zip opie-b5d84581b2ba61065f3382f7f9fa29416a23b560.tar.gz opie-b5d84581b2ba61065f3382f7f9fa29416a23b560.tar.bz2 |
fix destdir to /bin instead of into new oblivion
-rw-r--r-- | core/apps/qcop/qcop.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 3ffe796..63e8ace 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro | |||
@@ -1,9 +1,9 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = ../bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = main.cpp | 5 | SOURCES = main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |