summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/opie-write.pro
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (unidiff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/apps/opie-write/opie-write.pro
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'noncore/apps/opie-write/opie-write.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-write/opie-write.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro
index 6a9d96d..f7bb296 100644
--- a/noncore/apps/opie-write/opie-write.pro
+++ b/noncore/apps/opie-write/opie-write.pro
@@ -5,25 +5,25 @@ DESTDIR = $(OPIEDIR)/bin
5 5
6 HEADERS =qcleanuphandler.h \ 6 HEADERS =qcleanuphandler.h \
7 qcomplextext_p.h \ 7 qcomplextext_p.h \
8 qrichtext_p.h \ 8 qrichtext_p.h \
9 qstylesheet.h \ 9 qstylesheet.h \
10 qtextedit.h \ 10 qtextedit.h \
11 mainwindow.h 11 mainwindow.h
12 12
13 SOURCES =qcomplextext.cpp \ 13 SOURCES =qcomplextext.cpp \
14 qstylesheet.cpp \ 14 qstylesheet.cpp \
15 qrichtext_p.cpp \ 15 qrichtext_p.cpp \
16 qrichtext.cpp \ 16 qrichtext.cpp \
17 qtextedit.cpp \ 17 qtextedit.cpp \
18 main.cpp \ 18 main.cpp \
19 mainwindow.cpp 19 mainwindow.cpp
20 20
21 INCLUDEPATH+= $(OPIEDIR)/include 21 INCLUDEPATH+= $(OPIEDIR)/include
22 DEPENDPATH+= $(OPIEDIR)/include 22 DEPENDPATH+= $(OPIEDIR)/include
23LIBS += -lqpe 23LIBS += -lqpe
24 24
25 TARGET = opie-write 25 TARGET = opie-write
26 26
27 27
28 28
29include ( ../../../include.pro ) 29include ( $(OPIEDIR)/include.pro )