From ae30d71413595b3cb0550e047132ea07510d35a3 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 18 Oct 2011 08:38:05 +0200 Subject: Widgets: Remove Symbian-specific code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Samuel Rødal Change-Id: Ieee43d6650f5b1968fc7d77e618096701ffef941 Reviewed-by: Friedemann Kleint --- src/widgets/util/util.pri | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/widgets/util') diff --git a/src/widgets/util/util.pri b/src/widgets/util/util.pri index 2eec946338..9deb3b5efc 100644 --- a/src/widgets/util/util.pri +++ b/src/widgets/util/util.pri @@ -50,22 +50,6 @@ qpa { OBJECTIVE_SOURCES += util/qsystemtrayicon_mac.mm } -symbian { - LIBS += -letext -lplatformenv - contains(S60_VERSION, 3.1)|contains(S60_VERSION, 3.2)|contains(S60_VERSION, 5.0) { - LIBS += -lsendas2 -lapmime - contains(QT_CONFIG, s60) { - contains(CONFIG, is_using_gnupoc) { - LIBS += -lcommonui - } else { - LIBS += -lCommonUI - } - } - } else { - DEFINES += USE_SCHEMEHANDLER - } -} - macx { OBJECTIVE_SOURCES += util/qscroller_mac.mm } -- cgit v1.2.3