summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/backup/backup.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro
index 9498df3..ca004b8 100644
--- a/noncore/settings/backup/backup.pro
+++ b/noncore/settings/backup/backup.pro
@@ -3,8 +3,9 @@ TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = backuprestore.h
SOURCES = main.cpp backuprestore.cpp
-INCLUDEPATH += $(QPEDIR)/include
-DEPENDPATH += $(QPEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
INTERFACES = backuprestorebase.ui
TARGET = backupandrestore
+DESTDIR = $(OPIEDIR)/bin \ No newline at end of file