summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.pro
blob: 7ec124f36df2c6cefa9f409e32600e5967cf0a6d (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
30
CONFIG    += qt warn_on  quick-app
HEADERS = textedit.h filePermissions.h
SOURCES = main.cpp textedit.cpp filePermissions.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2 -lopieui2
TARGET    = textedit

include(




















 $(OPIEDIR)/include.pro )