cmake: start to add the Qt components. No real functionality yet.

This commit is contained in:
2018-05-22 15:25:22 +02:00
parent 7a0609dc84
commit 0bc2ef7612
7 changed files with 42 additions and 12 deletions

View File

@@ -1,14 +1,13 @@
#--- add further sub-directories ----------------------------------------------
add_subdirectory(classes)
add_subdirectory(external)
#[==[
if (Qt5Core_FOUND OR Qt4_FOUND)
if (Qt5Core_FOUND)
add_subdirectory(musredit_qt5)
elseif (Qt4_FOUND)
add_subdirectory(musredit)
endif (Qt5Core_FOUND OR Qt4_FOUND)
if (QT_FOUND)
elseif (QT_FOUND)
add_subdirectory(musrgui)
endif (QT_FOUND)
#]==]
endif (Qt5Core_FOUND)
#--- define the musrfit libs --------------------------------------------------
set(MUSRFIT_LIBS ${MUSRFIT_LIBS} mud)