Skip to content

Commit

Permalink
report found Qt version on build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 14, 2013
1 parent af73f30 commit d02e473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -221,6 +221,7 @@ SET (HAVE_MSSQL TRUE)
# search for Qt4
SET(QT_MIN_VERSION 4.5.0)
FIND_PACKAGE(Qt4 ${QT_MIN_VERSION} REQUIRED)
MESSAGE(STATUS "Found Qt version: ${QTVERSION}")
SET(QT_USE_QTXML 1)
SET(QT_USE_QTNETWORK 1)
SET(QT_USE_QTSVG 1)
Expand Down

0 comments on commit d02e473

Please sign in to comment.