Match settings from CMakeLists.txt

This commit is contained in:
craig.p.drummond
2014-05-27 18:35:52 +00:00
committed by craig.p.drummond
parent 886c5e651f
commit a511df0180

View File

@@ -31,7 +31,7 @@ class GnomeMediaKeys;
class QxtMediaKeys;
class MultiMediaKeysInterface;
#if defined Q_OS_WIN || defined Q_OS_MAC || QT_VERSION < 0x050000
#if defined Q_OS_WIN || (!defined Q_OS_MAC && QT_VERSION < 0x050000)
#define CANTATA_USE_QXT_MEDIAKEYS
#endif