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,5 @@
#--- musrgui for Qt 3.x -------------------------------------------------------
message("musrgui is currently not supported anymore! Please check if not at least")
message("Qt >= 4.6 is available.")

View File

@@ -1,10 +1,14 @@
#---------------------------------------------------------------------
# README
# Andreas Suter, 2010/10/06
# Andreas Suter, 2018/05/22
#---------------------------------------------------------------------
musrgui requires >= Qt 3.3.x and < Qt 4. If you have Qt 4.6.y or newer,
use musredit instead.
use musredit instead. If you have Qt 5.x, use musredit_qt5 instead.
musrgui by now should be considered as not only outdated, but it will
be hard to find a platform on which it is still compiling. So, if there
is no urgent need: don't use it!
#---------------------------------------------------------------------
# this is the end ...