summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/mobilemsg.pro
authordavipt <davipt>2002-06-25 19:14:38 (UTC)
committer davipt <davipt>2002-06-25 19:14:38 (UTC)
commit8635f264c15b05152fc1a44f798c154472a4b227 (patch) (side-by-side diff)
tree697d0edc65ee5a6cc61429eb6e70880ccc06aeb5 /noncore/comm/mobilemsg/mobilemsg.pro
parentcfd080ed605cdfc878f8a5e519ac53fc331092d9 (diff)
downloadopie-8635f264c15b05152fc1a44f798c154472a4b227.zip
opie-8635f264c15b05152fc1a44f798c154472a4b227.tar.gz
opie-8635f264c15b05152fc1a44f798c154472a4b227.tar.bz2
A Short Messaging (SMS) Sending application with Nokia Smart Messaging and
EMS
Diffstat (limited to 'noncore/comm/mobilemsg/mobilemsg.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/mobilemsg/mobilemsg.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro
new file mode 100644
index 0000000..04f854a
--- a/dev/null
+++ b/noncore/comm/mobilemsg/mobilemsg.pro
@@ -0,0 +1,26 @@
+TEMPLATE = app
+#CONFIG = qt warn_on debug
+CONFIG = qt warn_on release
+HEADERS = mobilemsg.h
+SOURCES = main.cpp mobilemsg.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+TARGET = mobilemsg
+DESTDIR = $(OPIEDIR)/bin
+INTERFACES = mobilemsgbase.ui
+
+TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \
+ ../../../i18n/en/mobilemsg.ts \
+ ../../../i18n/es/mobilemsg.ts \
+ ../../../i18n/fr/mobilemsg.ts \
+ ../../../i18n/hu/mobilemsg.ts \
+ ../../../i18n/ja/mobilemsg.ts \
+ ../../../i18n/ko/mobilemsg.ts \
+ ../../../i18n/no/mobilemsg.ts \
+ ../../../i18n/pl/mobilemsg.ts \
+ ../../../i18n/pt/mobilemsg.ts \
+ ../../../i18n/pt_BR/mobilemsg.ts \
+ ../../../i18n/sl/mobilemsg.ts \
+ ../../../i18n/zh_CN/mobilemsg.ts \
+ ../../../i18n/zh_TW/mobilemsg.ts