summaryrefslogtreecommitdiff
path: root/libopie/pim/test/oevent_test.pro
blob: 3365def5daf6ae758d7f36c838a07238b2f037d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE	= app
#CONFIG		= qt warn_on debug
CONFIG		= qt warn_on release
#HEADERS		=
SOURCES		=  oevent_test.cpp
INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopie 
TARGET		= oevent_test

include ( $(OPIEDIR)/include.pro )