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

Don't build CrashReporter with Qt5

This commit is contained in:
Dominik Schmidt
2013-05-25 16:02:20 +02:00
parent bcf946ec26
commit 0115fcd5bf

View File

@@ -1,4 +1,5 @@
PROJECT( CrashReporter )
if( BUILD_WITH_QT4 )
project( CrashReporter )
cmake_policy(SET CMP0017 NEW)
setup_qt()
@@ -29,3 +30,4 @@ set_target_properties(tomahawk_crash_reporter PROPERTIES AUTOMOC ON)
install(TARGETS tomahawk_crash_reporter RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
qt5_use_modules(tomahawk_crash_reporter Widgets Network)
endif()