From dc9510f788212a6be063349461540e4bea690f51 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 04 Oct 2003 08:59:51 +0000 Subject: Allow Opie beeing build with a Plain version of Qt without weak symbols --- (limited to 'library/library.pro') diff --git a/library/library.pro b/library/library.pro index 80a0f62..ab1f451 100644 --- a/library/library.pro +++ b/library/library.pro @@ -118,6 +118,8 @@ SOURCES = calendar.cpp \ lnkproperties.cpp \ qt_override.cpp + + # Qt 3 compatibility HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp @@ -149,3 +151,7 @@ TRANSLATIONS = ../i18n/de/libqpe.ts \ include ( $(OPIEDIR)/include.pro ) + +contains( CONFIG, no-override ){ + DEFINES += OPIE_NO_OVERRIDE_QT +} -- cgit v0.9.0.2