summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
authordrw <drw>2004-02-23 17:17:55 (UTC)
committer drw <drw>2004-02-23 17:17:55 (UTC)
commit8251b9ad05907eaf63035e549f51a4bdb15ea2e3 (patch) (side-by-side diff)
treed9d25b117f6feb0bfa9a76eca8a91ea3a5e4afaa /noncore/apps/opie-write/opie-write.pro
parent11ce1ebba482ce4abd4350024be2b4c5d5b37f5f (diff)
downloadopie-8251b9ad05907eaf63035e549f51a4bdb15ea2e3.zip
opie-8251b9ad05907eaf63035e549f51a4bdb15ea2e3.tar.gz
opie-8251b9ad05907eaf63035e549f51a4bdb15ea2e3.tar.bz2
Opie-Write: libopie->libopie2
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 @@
-CONFIG += qt warn on release quick-app
+CONFIG += qt warn on release quick-app
-HEADERS = qcleanuphandler.h \
- qcomplextext_p.h \
- qrichtext_p.h \
- qstylesheet.h \
- qtextedit.h \
- mainwindow.h
+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
+SOURCES = qcomplextext.cpp \
+ qstylesheet.cpp \
+ qrichtext_p.cpp \
+ qrichtext.cpp \
+ qtextedit.cpp \
+ main.cpp \
+ mainwindow.cpp
-INCLUDEPATH += $(OPIEDIR)/include
-DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe -lopiecore2
-TARGET = opie-write
+TARGET = opie-write
include ( $(OPIEDIR)/include.pro )