summaryrefslogtreecommitdiff
path: root/core/apps/oapp/oapp.pro
Side-by-side diff
Diffstat (limited to 'core/apps/oapp/oapp.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/oapp/oapp.pro5
1 files changed, 1 insertions, 4 deletions
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
@@ -4,7 +4,7 @@ CONFIG = qt warn_on
TARGET = oapp
VERSION = 1.0.0
-LIBS += -lqpe -lopie
+LIBS += -lqpe
HEADERS = \
oappplugin.h \
oappinterface.h
@@ -14,8 +14,5 @@ SOURCES = \
DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include .
-MOC_DIR = .build
-OBJECTS_DIR = .build
-UI_DIR = .build
include ( $(OPIEDIR)/include.pro )