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

Do cmake-options the right way

This commit is contained in:
Uwe L. Korn
2013-09-21 13:46:18 +02:00
parent 342b06067c
commit 3886adbda3
2 changed files with 11 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ FOREACH( _file ${_icons} )
ENDFOREACH( _file )
IF( WITH_UPOWER )
qt4_add_dbus_interface(tomahawkSources "${CMAKE_CURRENT_SOURCE_DIR}/linux/org.freedesktop.UPower.xml" "UPowerProxy")
qt_add_dbus_interface(tomahawkSources "${CMAKE_CURRENT_SOURCE_DIR}/linux/org.freedesktop.UPower.xml" "UPowerProxy")
SET( tomahawkSources ${tomahawkSources} linux/UPowerHandler.cpp )
ENDIF( WITH_UPOWER )