mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Don't link to DBus when in AddLibrary macro.
This commit is contained in:
@@ -46,7 +46,7 @@ function(tomahawk_add_library)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# HACK: add qt modules - every lib should define its own set of modules
|
# HACK: add qt modules - every lib should define its own set of modules
|
||||||
qt5_use_modules(${target} Core Network Widgets Sql Xml DBus ${LIBRARY_QT5_MODULES})
|
qt5_use_modules(${target} Core Network Widgets Sql Xml ${LIBRARY_QT5_MODULES})
|
||||||
|
|
||||||
# definitions - can this be moved into set_target_properties below?
|
# definitions - can this be moved into set_target_properties below?
|
||||||
add_definitions(${QT_DEFINITIONS})
|
add_definitions(${QT_DEFINITIONS})
|
||||||
|
Reference in New Issue
Block a user