diff -r 41300fa6a67c -r f7bc934e204c util/src/plugins/qpluginbase.pri --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/util/src/plugins/qpluginbase.pri Wed Mar 31 11:06:36 2010 +0300 @@ -0,0 +1,27 @@ +TEMPLATE = lib +isEmpty(QT_MAJOR_VERSION) { + VERSION=4.6.3 +} else { + VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} +} +CONFIG += qt plugin + +win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release +TARGET = $$qtLibraryTarget($$TARGET) +contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols + +include(../qt_targets.pri) + +wince*:LIBS += $$QMAKE_LIBS_GUI + +symbian: { + TARGET.EPOCALLOWDLLDATA=1 + TARGET.CAPABILITY = All -Tcb + TARGET = $${TARGET}$${QT_LIBINFIX} + load(armcc_warnings) + + # load the environment specific feature definitions + exists($${EPOCROOT}epoc32/tools/qt/mkspecs/features/environment.prf) { + load($${EPOCROOT}epoc32/tools/qt/mkspecs/features/environment.prf) + } +}