-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 |