Skip to content

Commit

Permalink
CMake: search for Qt5 only in config file mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon authored and Rolf Eike Beer committed Oct 20, 2017
1 parent 28f0978 commit ac5ca4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/doxywizard/CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@ if (build_wizard)

# search for Qt5
if (NOT force_qt4)
find_package(Qt5Core QUIET)
find_package(Qt5Core QUIET CONFIG)
if (Qt5Core_FOUND)
message(STATUS "Using Qt5")
find_package(Qt5 COMPONENTS Widgets Gui Xml)
Expand Down

0 comments on commit ac5ca4e

Please sign in to comment.