forked from qt-creator/qt-creator
core: adapt to changed syntax to include help in Qt 5
Change-Id: Ia821f870c16518f016c78fcf25dda30889a07122 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
@@ -4,9 +4,13 @@ DEFINES += CORE_LIBRARY
|
||||
QT += network \
|
||||
script \
|
||||
sql
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
||||
|
||||
CONFIG += help
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
QT += help printsupport
|
||||
} else {
|
||||
CONFIG += help
|
||||
}
|
||||
|
||||
include(../../qtcreatorplugin.pri)
|
||||
include(../../libs/utils/utils.pri)
|
||||
include(../../shared/scriptwrapper/scriptwrapper.pri)
|
||||
|
||||
Reference in New Issue
Block a user