From d856a53635479f5ace72159aa513480ecd90bf1e Mon Sep 17 00:00:00 2001 From: sandman Date: Sat, 07 Dec 2002 19:58:03 +0000 Subject: - removed the libpreload stuff from global.cpp - added qt_override.* which provides the same functionality as libpreload (the new -override patch for Qt/E is needed for this to work/compile) - changed qpeapplication a bit to accomodate the new interface --- (limited to 'library/library.pro') diff --git a/library/library.pro b/library/library.pro index 4a06550..d9538fb 100644 --- a/library/library.pro +++ b/library/library.pro @@ -57,7 +57,9 @@ HEADERS = calendar.h \ lnkproperties.h \ windowdecorationinterface.h \ textcodecinterface.h \ - imagecodecinterface.h + imagecodecinterface.h \ + qt_override_p.h + SOURCES = calendar.cpp \ global.cpp \ xmlreader.cpp \ @@ -112,7 +114,8 @@ SOURCES = calendar.cpp \ backend/vobject.cpp \ findwidget_p.cpp \ finddialog.cpp \ - lnkproperties.cpp + lnkproperties.cpp \ + qt_override.cpp # Qt 3 compatibility HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h -- cgit v0.9.0.2