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-10 16:04:42 +0100
commit75f819848f4240dc8d8e0c03a292aec9182fdcc3 (patch)
tree3b4c425a262add755c260c028624e166cd43cff3 /qtcreator.pri
parent2af6921702cf3dd4b16e74cf8c9e855800c618a1 (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 Reviewed-by: dt
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 0d89a74624..a2215a28b1 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -156,7 +156,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