summaryrefslogtreecommitdiff
Unidiff
Diffstat (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
3 CONFIG = qt warn_on release 3 CONFIG = qt warn_on release
4 HEADERS = backuprestore.h 4 HEADERS = backuprestore.h
5 SOURCES = main.cpp backuprestore.cpp 5 SOURCES = main.cpp backuprestore.cpp
6 INCLUDEPATH+= $(QPEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(QPEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= backuprestorebase.ui 9 INTERFACES= backuprestorebase.ui
10 TARGET = backupandrestore 10 TARGET = backupandrestore
11 DESTDIR = $(OPIEDIR)/bin \ No newline at end of file