forked from qt-creator/qt-creator
Fixes: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
Task: - none AutoTest: - compile test Details: - use QT_NO_WEBKIT instead of QT_WEBKIT, USE_WEBKIT
This commit is contained in:
@@ -30,7 +30,7 @@ FORMS += docsettingspage.ui \
|
||||
filtersettingspage.ui
|
||||
RESOURCES += help.qrc
|
||||
include(../../../shared/help/help.pri)
|
||||
contains(QT_CONFIG, webkit) {
|
||||
DEFINES += USE_WEBKIT
|
||||
|
||||
contains(QT_CONFIG, webkit) {
|
||||
QT += webkit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user