forked from qt-creator/qt-creator
Help: Fix build of shared_help
The define is correctly set in src/plugins/help, but missing here. Change-Id: I211554c195d1198bbed040c40cb2c707b623364d Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -28,3 +28,8 @@ add_qtc_library(shared_help STATIC
|
|||||||
indexwindow.cpp indexwindow.h
|
indexwindow.cpp indexwindow.h
|
||||||
topicchooser.cpp topicchooser.h topicchooser.ui
|
topicchooser.cpp topicchooser.h topicchooser.ui
|
||||||
)
|
)
|
||||||
|
|
||||||
|
extend_qtc_library(shared_help
|
||||||
|
CONDITION Qt5_VERSION VERSION_GREATER_EQUAL 5.15.0
|
||||||
|
DEFINES HELP_NEW_FILTER_ENGINE
|
||||||
|
)
|
||||||
|
Reference in New Issue
Block a user