Missing define.

This commit is contained in:
con
2009-08-26 12:01:54 +02:00
parent fc1b435ab4
commit 1ccc61dfe2

View File

@@ -136,3 +136,9 @@ DEFINES += PROJECTEXPLORER_LIBRARY
OTHER_FILES += ProjectExplorer.pluginspec OTHER_FILES += ProjectExplorer.pluginspec
mac:LIBS += -framework Carbon mac:LIBS += -framework Carbon
SUPPORT_QT_S60 = $$(QTCREATOR_WITH_S60)
!isEmpty(SUPPORT_QT_S60) {
message("Adding experimental support for Qt/S60 applications.")
DEFINES += QTCREATOR_WITH_S60
}