summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
Side-by-side diff
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 @@
+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