Look for translations in pybind11-qt and mobase.

This commit is contained in:
Mikaël Capelle
2022-05-03 08:24:01 +02:00
parent 2ef5dedfc0
commit 8a886733d4
+4 -1
View File
@@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.16)
add_library(plugin_python SHARED)
mo2_configure_plugin(plugin_python
WARNINGS OFF
EXTRA_TRANSLATIONS ${CMAKE_CURRENT_SOURCE_DIR}/../runner)
EXTRA_TRANSLATIONS
${CMAKE_CURRENT_SOURCE_DIR}/../runner
${CMAKE_CURRENT_SOURCE_DIR}/../mobase
${CMAKE_CURRENT_SOURCE_DIR}/../pybind11-qt)
target_link_libraries(plugin_python PRIVATE pythonrunner)
mo2_install_target(plugin_python FOLDER)