Show Qt paths in CMake
This commit is contained in:
parent
b21bb90ae5
commit
67d528a46c
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue