author | llornkcor <llornkcor> | 2002-06-22 03:07:35 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-22 03:07:35 (UTC) |
commit | b5d84581b2ba61065f3382f7f9fa29416a23b560 (patch) (side-by-side diff) | |
tree | 783e52467c4bd7fc3f3d78316deae5052a19cdc9 /core | |
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,10 +1,10 @@ TEMPLATE = app CONFIG = qt warn_on release -DESTDIR = ../bin +DESTDIR = $(OPIEDIR)/bin HEADERS = SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = qcop |