I forgot Mac is Unix too

This commit is contained in:
ArsenArsen 2017-07-09 14:27:04 +02:00
parent ce75426552
commit 62e5f4f395
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#ifdef Q_OS_WIN
#include <platformspecifics/u32/u32backend.hpp>
#endif
#ifdef Q_OS_UNIX
#if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS)
#include <platformspecifics/x11/x11backend.hpp>
#endif