summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
blob: 6a9d96d6a5b24caf3ea60ebb1e5ec2ce0fb9b77b (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
28
29
TEMPLATE	= app
CONFIG		+= qt warn_on release

DESTDIR		= $(OPIEDIR)/bin

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 ( ../../../include.pro )