1
0
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:
Christian Muehlhaeuser
2014-10-29 05:42:04 +01:00
parent 4faf2c59b4
commit ad59e64e74

View File

@@ -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})