summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/mobilemsg.pro
blob: e1f57f8ca1fc30b2aae8aa3907770f94aa60b305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 )