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, 2 insertions, 4 deletions
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro
index 2c25d43..f019bf7 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -2,10 +2,8 @@ TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3 3
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5 5HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h inputDialog.h
6HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h 6SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp inputDialog.cpp
7
8SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp
9 7
10INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
11DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include