1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 01:30:02 +02:00

Add hatchet plugin to master

This commit is contained in:
Jeff Mitchell
2013-05-30 15:29:04 -04:00
parent 7ba846aad3
commit 42880a3c97
27 changed files with 2461 additions and 14 deletions

View File

@@ -37,6 +37,7 @@ add_definitions( "-DQT_STRICT_ITERATORS" )
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(WITH_BREAKPAD "Build with breakpad integration" ON)
option(WITH_CRASHREPORTER "Build with CrashReporter" ON)