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 'library/library.pro') diff --git a/library/library.pro b/library/library.pro index 04e125f..95c18a2 100644 --- a/library/library.pro +++ b/library/library.pro @@ -59,7 +59,6 @@ HEADERS = calendar.h \ windowdecorationinterface.h \ textcodecinterface.h \ imagecodecinterface.h \ - qt_override_p.h \ qpeglobal.h SOURCES = calendar.cpp \ @@ -117,7 +116,6 @@ SOURCES = calendar.cpp \ findwidget_p.cpp \ finddialog.cpp \ lnkproperties.cpp \ - qt_override.cpp \ widget_showing.cpp @@ -134,10 +132,6 @@ VERSION = 1.5.0.1 include( $(OPIEDIR)/include.pro ) -contains( CONFIG, no-override ){ - DEFINES += OPIE_NO_OVERRIDE_QT -} - contains( CONFIG, LIBQPE_WITHROHFEEDBACK ){ DEFINES += OPIE_WITHROHFEEDBACK SOURCES += backend/rohfeedback.cpp -- cgit v0.9.0.2