Skip to content

Commit 2f36b65

Browse files
authored
Update CMakeLists.txt
1 parent 9952847 commit 2f36b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/SkyCultureMaker/src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SET_TARGET_PROPERTIES(SkyCultureMaker-static PROPERTIES OUTPUT_NAME "SkyCultureM
7979
list(APPEND SKYMAKER_PLUGIN_LINK_LIBS Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Widgets)
8080
# SCM_CONVERTER_ENABLED is inherited from the parent CMakeLists.txt scope
8181
if(SCM_CONVERTER_ENABLED)
82-
list(APPEND SKYMAKER_PLUGIN_LINK_LIBS skyculture_converter_lib unarr)
82+
list(APPEND SKYMAKER_PLUGIN_LINK_LIBS Qt${QT_VERSION_MAJOR}::Xml skyculture_converter_lib unarr)
8383
endif()
8484

8585
TARGET_LINK_LIBRARIES(SkyCultureMaker-static ${SKYMAKER_PLUGIN_LINK_LIBS})

0 commit comments

Comments
 (0)