mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 08:34:08 +03:00
CMakeLists.txt: Log the Qt version in compile
This commit is contained in:
parent
6b571b609c
commit
811ac50c05
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ endif()
|
|||
set(synclib_NAME ${APPLICATION_EXECUTABLE}sync)
|
||||
|
||||
find_package(Qt5 5.12 COMPONENTS Core Network Xml Concurrent WebEngineWidgets WebEngine REQUIRED)
|
||||
get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)
|
||||
message(STATUS "Using Qt ${Qt5Core_VERSION} (${QT_QMAKE_EXECUTABLE})")
|
||||
|
||||
if(NOT TOKEN_AUTH_ONLY)
|
||||
find_package(Qt5Keychain REQUIRED)
|
||||
|
|
Loading…
Reference in a new issue