summaryrefslogtreecommitdiff
path: root/noncore/comm/mobilemsg/mobilemsg.pro
blob: 07fb9e188ee92628255b0dd441d239a2046dd32d (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 )