1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Build Hatchet account by default

This commit is contained in:
Dominik Schmidt
2014-10-26 20:12:19 +01:00
parent 980a61353e
commit 6026b52e21

View File

@@ -61,7 +61,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_TOOLS "Build Tomahawk helper tools" ON)
option(BUILD_HATCHET "Build the Hatchet plugin" OFF)
option(BUILD_HATCHET "Build the Hatchet plugin" ON)
option(BUILD_WITH_QT4 "Build Tomahawk with Qt4 no matter if Qt5 was found" ON)
option(WITH_CRASHREPORTER "Build with CrashReporter" ON)