summaryrefslogtreecommitdiff
path: root/core/apps
Unidiff
Diffstat (limited to 'core/apps') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/oapp/config.in2
-rw-r--r--core/apps/oapp/oapp.pro5
2 files changed, 2 insertions, 5 deletions
diff --git a/core/apps/oapp/config.in b/core/apps/oapp/config.in
index a40149d..9f3ea10 100644
--- a/core/apps/oapp/config.in
+++ b/core/apps/oapp/config.in
@@ -3,2 +3,2 @@
3 default "n" 3 default "n"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && EXPERIMENTAL
diff --git a/core/apps/oapp/oapp.pro b/core/apps/oapp/oapp.pro
index 9cc2c42..b715c0e 100644
--- a/core/apps/oapp/oapp.pro
+++ b/core/apps/oapp/oapp.pro
@@ -6,3 +6,3 @@ VERSION = 1.0.0
6 6
7 LIBS += -lqpe -lopie 7 LIBS += -lqpe
8 HEADERS = \ 8 HEADERS = \
@@ -16,5 +16,2 @@ INCLUDEPATH += $(OPIEDIR)/include
16 DEPENDPATH+= $(OPIEDIR)/include . 16 DEPENDPATH+= $(OPIEDIR)/include .
17 MOC_DIR = .build
18 OBJECTS_DIR= .build
19 UI_DIR = .build
20 17