From: Uwe Hermann Date: Thu, 3 Oct 2019 18:58:11 +0000 (+0200) Subject: CMakeLists.txt: Show detected Qt version. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=e08e8cc881d31ed1a9200fee10b86e81459eafd9;p=pulseview.git CMakeLists.txt: Show detected Qt version. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9835094f..fd0d8b7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,6 +103,8 @@ set(CMAKE_AUTOMOC TRUE) find_package(Qt5 5.3 COMPONENTS Core Gui Widgets Svg REQUIRED) +message(STATUS "Qt version: ${Qt5_VERSION}") + if(WIN32) # MXE workaround: Use pkg-config to find Qt5 libs. # https://github.com/mxe/mxe/issues/1642