Skip to content

Commit d02e473

Browse files
committed
report found Qt version on build
1 parent af73f30 commit d02e473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ SET (HAVE_MSSQL TRUE)
221221
# search for Qt4
222222
SET(QT_MIN_VERSION 4.5.0)
223223
FIND_PACKAGE(Qt4 ${QT_MIN_VERSION} REQUIRED)
224+
MESSAGE(STATUS "Found Qt version: ${QTVERSION}")
224225
SET(QT_USE_QTXML 1)
225226
SET(QT_USE_QTNETWORK 1)
226227
SET(QT_USE_QTSVG 1)

0 commit comments

Comments
 (0)