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.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 )