From 0f9454663cd39f2abfa50cfb0a58ad72472d55bd Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 29 Mar 2004 13:13:20 +0000 Subject: fix dependencies --- (limited to 'core/apps') 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 @@ -1,4 +1,4 @@ config OAPP boolean "oapp" default "n" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + 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 @@ -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 ) -- cgit v0.9.0.2