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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user