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.pro36
1 files changed, 18 insertions, 18 deletions
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro
index bbaacd3..d39bc9d 100644
--- a/noncore/apps/opie-write/opie-write.pro
+++ b/noncore/apps/opie-write/opie-write.pro
@@ -1,27 +1,27 @@
1 1
2 CONFIG += qt warn on release quick-app 2CONFIG += qt warn on release quick-app
3 3
4 4
5 HEADERS =qcleanuphandler.h \ 5HEADERS = qcleanuphandler.h \
6 qcomplextext_p.h \ 6 qcomplextext_p.h \
7 qrichtext_p.h \ 7 qrichtext_p.h \
8 qstylesheet.h \ 8 qstylesheet.h \
9 qtextedit.h \ 9 qtextedit.h \
10 mainwindow.h 10 mainwindow.h
11 11
12 SOURCES =qcomplextext.cpp \ 12SOURCES = qcomplextext.cpp \
13 qstylesheet.cpp \ 13 qstylesheet.cpp \
14 qrichtext_p.cpp \ 14 qrichtext_p.cpp \
15 qrichtext.cpp \ 15 qrichtext.cpp \
16 qtextedit.cpp \ 16 qtextedit.cpp \
17 main.cpp \ 17 main.cpp \
18 mainwindow.cpp 18 mainwindow.cpp
19 19
20 INCLUDEPATH+= $(OPIEDIR)/include 20INCLUDEPATH += $(OPIEDIR)/include
21 DEPENDPATH+= $(OPIEDIR)/include 21DEPENDPATH += $(OPIEDIR)/include
22LIBS += -lqpe 22LIBS += -lqpe -lopiecore2
23 23
24 TARGET = opie-write 24TARGET = opie-write
25 25
26 26
27include ( $(OPIEDIR)/include.pro ) 27include ( $(OPIEDIR)/include.pro )