forked from qt-creator/qt-creator
Moved dependency on QtHelp
Necessary because the CppHoverHandler uses QtHelp and moved from CppTools to CppEditor.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
TEMPLATE = lib
|
||||
TARGET = CppEditor
|
||||
DEFINES += CPPEDITOR_LIBRARY
|
||||
CONFIG += help
|
||||
include(../../libs/utils/utils.pri)
|
||||
include(../../qworkbenchplugin.pri)
|
||||
include(cppeditor_dependencies.pri)
|
||||
|
||||
@@ -8,7 +8,6 @@ include(cpptools_dependencies.pri)
|
||||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
INCLUDEPATH += .
|
||||
DEFINES += CPPTOOLS_LIBRARY
|
||||
CONFIG += help
|
||||
HEADERS += cpptools_global.h \
|
||||
cppquickopenfilter.h \
|
||||
cppclassesfilter.h \
|
||||
|
||||
Reference in New Issue
Block a user