Solution that wraps qt deploy with cmake

This commit is contained in:
pappeste
2021-06-09 17:50:17 -07:00
parent 9fe06453d3
commit 47c3c3a5d0
17 changed files with 35 additions and 669 deletions
+1 -2
View File
@@ -23,7 +23,6 @@ endif()
ly_add_target(
NAME QtForPython.Editor.Static STATIC
NAMESPACE Gem
find_package(Qt)
FILES_CMAKE
qtforpython_editor_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
PLATFORM_INCLUDE_FILES
@@ -41,7 +40,7 @@ ly_add_target(
Gem::EditorPythonBindings.Static
RUNTIME_DEPENDENCIES
3rdParty::pyside2
Qt5::Test
3rdParty::Qt::Test
)
ly_add_target(