Hi all,

When using cmake, how can one detect whether the Qt version in use is greater 
that Qt4? In qmake, for example, I can determine whether the Qt version is 
greater than Qt4 by using :

greaterThan(QT_MAJOR_VERSION, 4)xxx

Anyone know how to do this in cmake?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to