mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 22:38:33 +01:00
5cd9e49629
This lets tomahawk stop iTunes from opening when a user presses one of the media keys. Thanks to the Clementine project and tyler.s.rhodes@gmail.com for much of the code in this patch.
6 lines
113 B
CMake
6 lines
113 B
CMake
ADD_SUBDIRECTORY( qxt )
|
|
ADD_SUBDIRECTORY( liblastfm2 )
|
|
IF( APPLE )
|
|
ADD_SUBDIRECTORY( SPMediaKeyTap )
|
|
ENDIF()
|