Skip to content

Commit

Permalink
* Nicer cmake output.
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Mar 2, 2013
1 parent b947c25 commit b714481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -111,7 +111,7 @@ endif()
find_package(Qt5Core QUIET)
if(Qt5Core_DIR)
find_package(Qt5Widgets QUIET)
message(STATUS "Found Qt5! Please keep in mind, this is highly experimental and not our main development..")
message(STATUS "Found Qt5! Be aware that Qt5-support is still experimental and not officially supported!")

macro(qt_wrap_ui)
qt5_wrap_ui(${ARGN})
Expand All @@ -134,7 +134,7 @@ if(Qt5Core_DIR)
set(WITH_CRASHREPORTER OFF)
set(WITH_BREAKPAD OFF)
else()
message(STATUS "Could not find Qt5, now searching for Qt4... you're better off this way!")
message(STATUS "Could not find Qt5, searching for Qt4 instead...")

set(NEEDED_QT4_COMPONENTS "QtCore" "QtXml" "QtNetwork")
if( BUILD_GUI )
Expand Down

0 comments on commit b714481

Please sign in to comment.