Skip to content

Commit

Permalink
More logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jun 29, 2024
1 parent 8d7858a commit c47debf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,14 @@ else()
endif()
endif()

find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED)
message("🍏Found QT: ${QT_VERSION}")
find_package(Qt${QT_VERSION_MAJOR}
COMPONENTS Gui
Network
REQUIRED)

message("Found Gui and network")
if (Qt6_FOUND OR NOT Qt5_FOUND)
message("Searching rof remaining QT6 libraries")
find_package(Qt6
Expand Down

0 comments on commit c47debf

Please sign in to comment.