add bug reference to explain the qt version check on osx
authorvittorio.giovara@gmail.com
Wed, 13 Aug 2014 15:39:32 +0000
changeset 10385 15eda15df81c
parent 10384 fcf70b65667d
child 10386 c9e38f8d4f94
add bug reference to explain the qt version check on osx
QTfrontend/CMakeLists.txt
--- a/QTfrontend/CMakeLists.txt	Wed Aug 13 17:25:55 2014 +0200
+++ b/QTfrontend/CMakeLists.txt	Wed Aug 13 15:39:32 2014 +0000
@@ -13,6 +13,7 @@
 find_package(Qt4 REQUIRED)
 include(${QT_USE_FILE})
 
+# https://bugreports.qt-project.org/browse/QTBUG-17333
 if(APPLE AND
    ${QTVERSION} VERSION_GREATER "4.7.0" AND
    ${QTVERSION} VERSION_LESS "4.7.4")