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

@@ -0,0 +1,13 @@
#--- musredit for Qt > 5.0 ----------------------------------------------------
message("debug> will eventually deal with Qt > 5.0 musredit, musrStep, musrWiz, ...")
#--- create musrfit-info.h ----------------------------------------------------
configure_file(
${CMAKE_SOURCE_DIR}/cmake/musrfit-info.h.in
${CMAKE_CURRENT_BINARY_DIR}/musrfit-info.h
)
#add_subdirectory(musredit)
#add_subdirectory(musrStep)
#add_subdirectory(musrWiz)