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

* Merged CrashReporter changes into master.

This commit is contained in:
Dominik Schmidt
2011-11-23 06:07:54 +01:00
committed by Christian Muehlhaeuser
parent 8a9c8278e2
commit 2be3ebd90b
5 changed files with 201 additions and 6 deletions

View File

@@ -212,6 +212,9 @@ ADD_SUBDIRECTORY( src/libtomahawk )
SET( TOMAHAWK_LIBRARIES tomahawklib )
ADD_SUBDIRECTORY( src )
ADD_SUBDIRECTORY( admin )
IF(BUILD_GUI)
ADD_SUBDIRECTORY( src/breakpad/CrashReporter )
IF( BUILD_GUI )
IF( NOT DISABLE_CRASHREPORTER )
ADD_SUBDIRECTORY( src/breakpad/CrashReporter )
ENDIF()
ENDIF()