File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,8 @@ IF (ENABLE_QT5)
242242 SET (QT5_BUILD TRUE )
243243
244244 INCLUDE ("cmake/modules/ECMQt4To5Porting.cmake" )
245+
246+ MESSAGE (STATUS "Found Qt version: ${Qt5Core_VERSION_STRING} " )
245247ELSE ()
246248 FIND_PACKAGE (Qt4 ${QT_MIN_VERSION} REQUIRED)
247249 SET (QT_USE_QTXML 1)
@@ -258,9 +260,9 @@ ELSE()
258260 ENDIF (NOT QT_QTXML_FOUND OR NOT QT_QTNETWORK_FOUND OR NOT QT_QTSVG_FOUND OR NOT QT_QTSQL_FOUND OR NOT QT_QTWEBKIT_FOUND OR (WITH_CUSTOM_WIDGETS AND NOT QT_QTDESIGNER_FOUND))
259261
260262 INCLUDE ( ${QT_USE_FILE} )
261- ENDIF ()
262263
263- MESSAGE (STATUS "Found Qt version: ${QTVERSION} " )
264+ MESSAGE (STATUS "Found Qt version: ${QTVERSION} " )
265+ ENDIF ()
264266
265267IF (WITH_QTMOBILITY)
266268 FIND_PACKAGE (QtMobility 1.1.0)
You can’t perform that action at this time.
0 commit comments