summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-write/opie-write.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-write/opie-write.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro
new file mode 100644
index 0000000..e2ce3a9
--- a/dev/null
+++ b/noncore/apps/opie-write/opie-write.pro
@@ -0,0 +1,25 @@
1 TEMPLATE= app
2 CONFIG += qt warn_on release
3
4 DESTDIR = $(OPIEDIR)/bin
5
6 HEADERS =qcleanuphandler.h \
7 qcomplextext_p.h \
8 qrichtext_p.h \
9 qstylesheet.h \
10 qtextedit.h \
11 mainwindow.h
12
13 SOURCES =qcomplextext.cpp \
14 qstylesheet.cpp \
15 qrichtext_p.cpp \
16 qrichtext.cpp \
17 qtextedit.cpp \
18 main.cpp \
19 mainwindow.cpp
20
21 INCLUDEPATH+= $(OPIEDIR)/include
22 DEPENDPATH+= $(OPIEDIR)/include
23LIBS += -lqpe
24
25 TARGET = opie-write