aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-03-08 12:57:12 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2011-03-09 12:27:28 +0100
commitb168b159789147030cc0f763dd920756821bda97 (patch)
tree4baaa279c5f9986df67a326bcfa69e87700c13c2 /qtcreator.pri
parent2d4e1df9c3ed3c79af1d07615b2b72b846f3bcc8 (diff)
Symbian: Remove S60devices
Remove S60devices and all the code surrounding it. This gets rid of the S60 devices tab in the options dialog, too. Tasknumber: QTCREATORBUG-3681
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri4
1 files changed, 0 insertions, 4 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index ce9e3f91ce..2890da370a 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -159,7 +159,3 @@ win32-msvc* {
#Don't warn about sprintf, fopen etc being 'unsafe'
DEFINES += _CRT_SECURE_NO_WARNINGS
}
-
-# Handle S60 support: default on Windows, conditionally built on other platforms.
-macx:SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)
-else:SUPPORT_QT_S60=1