Export QmlDesigner plugin directory for use by plugins

Change-Id: Idf46c28aa9c6b4a4c9ae6a097a598abf7cf8b6c4
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Eike Ziller
2020-09-22 12:18:41 +02:00
parent 2921b94785
commit 6fe11f80d6

View File

@@ -38,6 +38,7 @@ if (APPLE)
set(QmlDesignerPluginInstallPrefix "${IDE_PLUGIN_PATH}/QmlDesigner") set(QmlDesignerPluginInstallPrefix "${IDE_PLUGIN_PATH}/QmlDesigner")
endif() endif()
set_target_properties(QmlDesigner PROPERTIES QMLDESIGNER_PLUGIN_PATH "${QmlDesignerPluginInstallPrefix}")
add_qtc_plugin(assetexporterplugin add_qtc_plugin(assetexporterplugin
CONDITION TARGET QmlDesigner CONDITION TARGET QmlDesigner