1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-01 09:53:57 +02:00

Use external libcrashreporter-qt intead of in-tree breakpad

This commit is contained in:
Dominik Schmidt
2014-04-18 10:29:52 +02:00
parent e2daf8215c
commit f89e27091e
1159 changed files with 78 additions and 465942 deletions

View File

@@ -1,6 +1,6 @@
ADD_SUBDIRECTORY( qxt )
IF( WITH_BREAKPAD )
ADD_SUBDIRECTORY( breakpad )
ADD_SUBDIRECTORY( libcrashreporter-qt )
ENDIF()
IF( APPLE )
ADD_SUBDIRECTORY( SPMediaKeyTap )