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