From e206333876a37ae188fe2889bb079158611cebe3 Mon Sep 17 00:00:00 2001 From: eilers Date: Mon, 17 Nov 2003 15:59:46 +0000 Subject: Quicklauncher Applications are plugins. Therfore I added the CONFIG += plugin to generate the correct Makefile for it.. Due to the fact that this is just important for MacOSX, it will be removed later.. (Question: Is it dangerous to leave "plugin" for Linux ?? If no, we don't have to remove it later..) --- (limited to 'include.pro') diff --git a/include.pro b/include.pro index ef8661c..bb44a7a 100644 --- a/include.pro +++ b/include.pro @@ -6,6 +6,7 @@ prefix = $(OPIEDIR) contains( CONFIG, quick-app-lib ) { TEMPLATE = lib + CONFIG += plugin # "plugin" will be removed automatically later if not MacOSX ! (eilers) DESTDIR = $(OPIEDIR)/plugins/application DEFINES += OPIE_APP_INTERFACE !contains( TARGET, launcher ) { -- cgit v0.9.0.2