summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
blob: bbaacd35ad028d3b77d6a7bba1ec2ccab7490c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

CONFIG		+= qt warn on release quick-app


HEADERS	=	qcleanuphandler.h \
		qcomplextext_p.h \
		qrichtext_p.h \
		qstylesheet.h \
		qtextedit.h \
		mainwindow.h

SOURCES	=	qcomplextext.cpp \
		qstylesheet.cpp \
		qrichtext_p.cpp \
		qrichtext.cpp \
		qtextedit.cpp \
		main.cpp \
		mainwindow.cpp

INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe

TARGET		= opie-write


include ( $(OPIEDIR)/include.pro )