diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2011-03-08 12:57:12 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2011-03-10 16:04:42 +0100 |
commit | 75f819848f4240dc8d8e0c03a292aec9182fdcc3 (patch) | |
tree | 3b4c425a262add755c260c028624e166cd43cff3 /qtcreator.pri | |
parent | 2af6921702cf3dd4b16e74cf8c9e855800c618a1 (diff) | |
download | qt-creator-75f819848f4240dc8d8e0c03a292aec9182fdcc3.tar.gz |
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.pri | 4 |
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 |