aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pri
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-10-06 14:43:05 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-10-06 14:43:05 +0200
commitb262472973a5765a7888e227a905f98a33dc21aa (patch)
tree7d71a10db529cb5c287abde436833fac19edeb35 /qtcreator.pri
parentff0cb8facb8c10a67ad8c775c5f308cfe564353b (diff)
Centralize S60 check, also use it for adding the GDB TRK page.
Diffstat (limited to 'qtcreator.pri')
-rw-r--r--qtcreator.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index f9bdb63993b..42fb50e36cf 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -108,3 +108,7 @@ linux-g++-* {
# to prevent checking in code that does not compile on other platforms.
QMAKE_LFLAGS += -Wl,--allow-shlib-undefined -Wl,--no-undefined
}
+
+# Handle S60 support: default on Windows, conditionally built on other platforms.
+win32:SUPPORT_QT_S60=1
+else:SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)