summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mobilemsg/mobilemsg.pro
Unidiff
Diffstat (limited to 'noncore/unsupported/mobilemsg/mobilemsg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mobilemsg/mobilemsg.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/noncore/unsupported/mobilemsg/mobilemsg.pro b/noncore/unsupported/mobilemsg/mobilemsg.pro
new file mode 100644
index 0000000..e1f57f8
--- a/dev/null
+++ b/noncore/unsupported/mobilemsg/mobilemsg.pro
@@ -0,0 +1,13 @@
1 TEMPLATE= app
2 #CONFIG = qt warn_on
3 CONFIG = qt warn_on
4 HEADERS = mobilemsg.h
5 SOURCES = main.cpp mobilemsg.cpp
6 INCLUDEPATH+= $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe
9 TARGET = mobilemsg
10 DESTDIR = $(OPIEDIR)/bin
11 INTERFACES= mobilemsgbase.ui
12
13include( $(OPIEDIR)/include.pro )