From b2bb0349bec4db9d7f76639ff149611a18a13e37 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sun, 23 Jun 2013 23:37:13 +0200 Subject: [PATCH] Make building with Qt4 the default even if Qt5 was found --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c52db193..19ec4c4ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ option(BUILD_GUI "Build Tomahawk with GUI" ON) option(BUILD_RELEASE "Generate TOMAHAWK_VERSION without GIT info" OFF) option(BUILD_TESTS "Build Tomahawk with unit tests" ON) option(BUILD_HATCHET "Build the Hatchet plugin" OFF) +option(BUILD_WITH_QT4 "Build Tomahawk with Qt4 no matter if Qt5 was found" ON) option(WITH_BREAKPAD "Build with breakpad integration" ON) option(WITH_CRASHREPORTER "Build with CrashReporter" ON)