qmlpreview: remove PUBLIC from DEPENDS

- it does not work as expected

Change-Id: I91530103b661e8dbed5d9391590995fb0401c826
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tim Jenssen
2021-04-20 07:43:43 +02:00
parent 6040adf85c
commit 080d479101

View File

@@ -37,6 +37,6 @@ find_file(have_qml_debug_translation_protocol
) )
extend_qtc_plugin(QmlPreview extend_qtc_plugin(QmlPreview
CONDITION have_qml_debug_translation_protocol CONDITION have_qml_debug_translation_protocol
PUBLIC_DEPENDS Qt5::QmlDebugPrivate DEPENDS Qt5::QmlDebugPrivate
PUBLIC_DEFINES "FOUND_QML_DEBUG_TRANSLATION_PROTOCOL" PUBLIC_DEFINES "FOUND_QML_DEBUG_TRANSLATION_PROTOCOL"
) )