summaryrefslogtreecommitdiff
path: root/core/apps/textedit/textedit.pro
Unidiff
Diffstat (limited to 'core/apps/textedit/textedit.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/textedit/textedit.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro
index 3f5473e..23b8d8d 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -1,14 +1,14 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 3
4 DESTDIR = $(QPEDIR)/bin 4 DESTDIR = $(OPIEDIR)/bin
5 5
6 HEADERS= textedit.h 6 HEADERS= textedit.h
7 7
8 SOURCES= main.cpp textedit.cpp 8 SOURCES= main.cpp textedit.cpp
9 9
10INCLUDEPATH += $(QPEDIR)/include 10INCLUDEPATH += $(OPIEDIR)/include
11 DEPENDPATH+= $(QPEDIR)/include 11 DEPENDPATH+= $(OPIEDIR)/include
12LIBS += -lqpe 12LIBS += -lqpe
13 13
14 TARGET = textedit 14 TARGET = textedit