1
0
Fork 0

Show Qt paths in CMake

This commit is contained in:
Clément de l'Hamaide 2015-03-12 09:44:51 +01:00
parent b21bb90ae5
commit 67d528a46c

View file

@ -295,6 +295,8 @@ if (ENABLE_QT)
find_package(Qt5 5.1 COMPONENTS Widgets)
if (Qt5Widgets_FOUND)
message(STATUS "Will enable Qt launcher GUI")
message(STATUS " Qt5Widgets version: ${Qt5Widgets_VERSION_STRING}")
message(STATUS " Qt5Widgets include dir: ${Qt5Widgets_INCLUDE_DIRS}")
set(HAVE_QT 1)
endif()
endif (ENABLE_QT)