forked from qt-creator/qt-creator
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:
@@ -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"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user