author | llornkcor <llornkcor> | 2002-10-08 03:10:07 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-08 03:10:07 (UTC) |
commit | 8626ebd6b50e19ac84285727c20bebb67e9c1751 (patch) (unidiff) | |
tree | 5a4dec5214a018bcdc2210123301afe30fd949c0 | |
parent | 40e9c78666e74221e06329bb07dfd66648b2727b (diff) | |
download | opie-8626ebd6b50e19ac84285727c20bebb67e9c1751.zip opie-8626ebd6b50e19ac84285727c20bebb67e9c1751.tar.gz opie-8626ebd6b50e19ac84285727c20bebb67e9c1751.tar.bz2 |
fix
-rw-r--r-- | noncore/settings/backup/backup.pro | 5 |
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 | |||
@@ -1,10 +1,11 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
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 |
8 | LIBS += -lqpe | 8 | LIBS += -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 | ||