some bug fixing in the cmake chain concerning the new Qt6 stuff.

This commit is contained in:
2021-01-23 10:21:55 +01:00
parent ad9cf0abf9
commit 9cc9792054
2 changed files with 11 additions and 9 deletions

View File

@ -9,7 +9,7 @@ elseif (Qt4_FOUND)
add_subdirectory(musredit)
elseif (QT_FOUND)
add_subdirectory(musrgui)
endif (Qt5Core_FOUND)
endif ()
#--- define the musrfit libs --------------------------------------------------
set(MUSRFIT_LIBS ${MUSRFIT_LIBS} mud)