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

Build crash reporter if submodule is checked out

This commit is contained in:
Dominik Schmidt
2014-04-18 13:20:56 +02:00
parent 161a754d6d
commit 5117980a0e
6 changed files with 10 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
ADD_SUBDIRECTORY( qxt )
IF( WITH_BREAKPAD )
IF( WITH_CRASHREPORTER )
ADD_SUBDIRECTORY( libcrashreporter-qt )
ENDIF()
IF( APPLE )