diff options
author | Arno <arno@disconnect.de> | 2017-03-07 19:37:41 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-03-07 19:37:41 +0100 |
commit | 3d60948da05a7f97b11c73e0aa77242502da8586 (patch) | |
tree | 4ffe6dad425bc15dda6a0647c6c05b3fd1894bf5 /BeetPlayer.pro | |
parent | 7ac8d4bf78ab2d67ab5ba0f3cb018d7165b213d9 (diff) | |
download | BeetPlayer-3d60948da05a7f97b11c73e0aa77242502da8586.tar.gz BeetPlayer-3d60948da05a7f97b11c73e0aa77242502da8586.tar.bz2 BeetPlayer-3d60948da05a7f97b11c73e0aa77242502da8586.zip |
Add bindings for global KDE shortcuts
Hell, this was much harder than it should be. The API documentation is
crap and I didn't find a single decent example with my google foo!
Diffstat (limited to 'BeetPlayer.pro')
-rw-r--r-- | BeetPlayer.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BeetPlayer.pro b/BeetPlayer.pro index a2aa13f..bc8e1d3 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -4,7 +4,8 @@ # #------------------------------------------------- -QT += core gui multimedia sql +QT += core gui multimedia sql +QT += KGlobalAccel greaterThan(QT_MAJOR_VERSION, 4): QT += widgets |