From 1403a1c7be7892ad4d1c5d04c143a318055fb36b Mon Sep 17 00:00:00 2001 From: Michael Goddard Date: Mon, 18 Jul 2011 10:32:16 +1000 Subject: Remove some obsolete bits. They can be updated again later when things are more stable, if needed. Change-Id: I73bdacdd3d1fd43a60cd3a0c14b925fa9c32ee27 Reviewed-on: http://codereview.qt.nokia.com/1724 Reviewed-by: Qt Sanity Bot Reviewed-by: Jonas Rabbe --- src/imports/qimportbase.pri | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/imports/qimportbase.pri') diff --git a/src/imports/qimportbase.pri b/src/imports/qimportbase.pri index 1468674d4..86e9c3df5 100644 --- a/src/imports/qimportbase.pri +++ b/src/imports/qimportbase.pri @@ -1,10 +1,9 @@ load(qt_module) -symbian:load(qt_plugin) TEMPLATE = lib CONFIG += qt plugin -win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release +win32|mac:!win32-msvc:!macx-xcode:CONFIG += debug_and_release isEmpty(TARGETPATH) { error("qimportbase.pri: You must provide a TARGETPATH!") @@ -29,10 +28,3 @@ contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols load(qt_targets) -wince*:LIBS += $$QMAKE_LIBS_GUI - -symbian: { - TARGET.EPOCALLOWDLLDATA=1 - TARGET.CAPABILITY = All -Tcb - load(armcc_warnings) -} -- cgit v1.2.3