forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: src/libs/utils/fileutils.cpp src/plugins/remotelinux/deployablefilesperprofile.cpp src/plugins/remotelinux/genericdirectuploadservice.cpp src/tools/qtcreatorcrashhandler/main.cpp Change-Id: I830287691e7085fe9c94597e23ec7be64eb8be42
This commit is contained in:
@@ -4,9 +4,11 @@ TARGET = Help
|
||||
QT += network
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
QT += printsupport help
|
||||
DEFINES += QT_NO_WEBKIT
|
||||
!isEmpty(QT.webkit.name): QT += webkit
|
||||
else: DEFINES += QT_NO_WEBKIT
|
||||
} else {
|
||||
CONFIG += help
|
||||
CONFIG += help
|
||||
contains(QT_CONFIG, webkit): QT += webkit
|
||||
}
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
@@ -68,7 +70,3 @@ FORMS += docsettingspage.ui \
|
||||
|
||||
RESOURCES += help.qrc
|
||||
include(../../shared/help/help.pri)
|
||||
|
||||
contains(QT_CONFIG, webkit) {
|
||||
QT += webkit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user