forked from qt-creator/qt-creator
Missing define.
This commit is contained in:
@@ -136,3 +136,9 @@ DEFINES += PROJECTEXPLORER_LIBRARY
|
||||
OTHER_FILES += ProjectExplorer.pluginspec
|
||||
|
||||
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user