X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=92043db91eaee008259c4dc9c10af1c9688c1ed0;hp=9f800771a6e1b73d2778987d1b579075ee1bfa28;hb=fd718b6209f1ad2bcd199c44c2dae3b0cb0f633b;hpb=12369966345e76e3bba92f64c84c940ef4d8d916 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f800771..92043db9 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) @@ -47,6 +47,7 @@ FIND_PACKAGE(Qt4 REQUIRED) # Set needed libraries SET(QT_USE_QTXML true) +SET(QT_USE_QTSQL true) SET(QT_USE_QTNETWORK true) SET(QT_DONT_USE_QTGUI true) # This is added later if GUI is requested INCLUDE(${QT_USE_FILE})