From f24d8318de30b47ec8f877293fd175deaa0b914c Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 08 Feb 2005 22:59:18 +0000 Subject: -Kill the need to compile Opie against a patched version of Qt/E Remove the setStyle and setFont overrides as a result remove settings from the buildsystem and the Apperance GUI We do this as we won't run NeoCal or TKC Apps on a GCC3 (now default compiler) libqpe, to run these applications one can use oz-compat --- (limited to 'Rules.make') diff --git a/Rules.make b/Rules.make index 3fbce76..64237cf 100644 --- a/Rules.make +++ b/Rules.make @@ -54,18 +54,12 @@ ifeq ($(CONFIG_SQL_PIM_BACKEND),y) else echo ENABLE_SQL_PIM_BACKEND=n >> $@ endif -ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y) - echo CONFIG += no-override >> $@ -endif ifeq ($(CONFIG_OPIELOGIN_USEPAM),y) echo CONFIG += OPIELOGIN_USEPAM >> $@ endif ifeq ($(CONFIG_LIBQPE_WITHROHFEEDBACK),y) echo CONFIG += LIBQPE_WITHROHFEEDBACK >> $@ endif -ifeq ($(CONFIG_OPIE_NO_ERASERECT_FIX),y) - echo DEFINES += OPIE_NO_ERASE_RECT_HACKFIX >> $@ -endif ifeq ($(CONFIG_OPIE_NO_BUILTIN_SHUTDOWN),y) echo DEFINES += OPIE_NO_BUILTIN_SHUTDOWN >> $@ endif -- cgit v0.9.0.2