summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mobilemsg/mobilemsg.pro
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mobilemsg/mobilemsg.pro') (more/less context) (show 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 @@
+TEMPLATE = app
+#CONFIG = qt warn_on
+CONFIG = qt warn_on
+HEADERS = mobilemsg.h
+SOURCES = main.cpp mobilemsg.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+TARGET = mobilemsg
+DESTDIR = $(OPIEDIR)/bin
+INTERFACES = mobilemsgbase.ui
+
+include( $(OPIEDIR)/include.pro )