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)
242
242
SET (QT5_BUILD TRUE )
243
243
244
244
INCLUDE ("cmake/modules/ECMQt4To5Porting.cmake" )
245
+
246
+ MESSAGE (STATUS "Found Qt version: ${Qt5Core_VERSION_STRING} " )
245
247
ELSE ()
246
248
FIND_PACKAGE (Qt4 ${QT_MIN_VERSION} REQUIRED )
247
249
SET (QT_USE_QTXML 1 )
@@ -258,9 +260,9 @@ ELSE()
258
260
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 ))
259
261
260
262
INCLUDE ( ${QT_USE_FILE} )
261
- ENDIF ()
262
263
263
- MESSAGE (STATUS "Found Qt version: ${QTVERSION} " )
264
+ MESSAGE (STATUS "Found Qt version: ${QTVERSION} " )
265
+ ENDIF ()
264
266
265
267
IF (WITH_QTMOBILITY )
266
268
FIND_PACKAGE (QtMobility 1.1.0 )
You can’t perform that action at this time.
0 commit comments