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:
Eike Ziller
2020-09-29 15:21:11 +02:00
parent 26ef972310
commit bb7b08eeae

View File

@@ -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
)