summaryrefslogtreecommitdiff
path: root/noncore/unsupported/filebrowser/filebrowser.pro
Unidiff
Diffstat (limited to 'noncore/unsupported/filebrowser/filebrowser.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro
index 5d8f140..65e51a5 100644
--- a/noncore/unsupported/filebrowser/filebrowser.pro
+++ b/noncore/unsupported/filebrowser/filebrowser.pro
@@ -2,9 +2,6 @@ TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = inlineedit.h \ 4 HEADERS = inlineedit.h filebrowser.h filePermissions.h
5 filebrowser.h 5 SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp
6 SOURCES = filebrowser.cpp \
7 inlineedit.cpp \
8 main.cpp
9INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include