We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eba99c commit f4a46eaCopy full SHA for f4a46ea
1 file changed
copasi/CopasiUI/CMakeLists.txt
@@ -81,6 +81,12 @@ endif()
81
add_executable(CopasiUI ${COPASI_UI_FLAGS} ${SOURCES} ${HEADERS} ${RESOURCES})
82
target_link_libraries(CopasiUI libCOPASIUI)
83
84
+# workaround link order issues on debian systems
85
+if (UNIX AND ${SELECT_QT} STREQUAL "Qt6" AND MML_LIBRARY)
86
+target_link_libraries(CopasiUI Qt6::Xml ${MML_LIBRARY} Qt6::Xml)
87
+endif()
88
+
89
90
# now modify the package location for the resource files
91
if (APPLE)
92
0 commit comments