X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=f9007b62dfdb19bc95d6ed37daebc3a38aea08de;hp=92043db91eaee008259c4dc9c10af1c9688c1ed0;hb=7a0c26e22498cabadd791be32614ba65f69125c3;hpb=2a068c11e76c7b34afb64d443dbb1afd2e208aaa diff --git a/CMakeLists.txt b/CMakeLists.txt index 92043db9..f9007b62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ IF(NOT BUILD_MONO AND NOT BUILD_CORE AND NOT BUILD_GUI) MESSAGE(FATAL_ERROR "\nYou have not selected which parts of Quassel I should build. Aborting.\nRun 'cmake -DBUILD=', where contains one or more of 'core', 'gui' or 'monolithic', or 'all' to build everything.\n") ENDIF(NOT BUILD_MONO AND NOT BUILD_CORE AND NOT BUILD_GUI) -#SET(CMAKE_BUILD_TYPE Debug) +SET(CMAKE_BUILD_TYPE Debug) # Define files SET(quassel_mono_SRCS main/main_mono.cpp) @@ -42,7 +42,7 @@ INCLUDE_DIRECTORIES(${SDIRS} plugins) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) # We need Qt4 support. -SET(QT_MIN_VERSION "4.2.0") +SET(QT_MIN_VERSION "4.3.0") FIND_PACKAGE(Qt4 REQUIRED) # Set needed libraries