summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/backup.pro
blob: ca004b824498036f6af9eac76c8c09083e59a7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE	= app
#CONFIG		= qt warn_on debug
CONFIG		= qt warn_on release
HEADERS		= backuprestore.h
SOURCES		= main.cpp backuprestore.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES	= backuprestorebase.ui
TARGET		= backupandrestore
DESTDIR		= $(OPIEDIR)/bin