s/Q_OS_LINUX/Q_OS_UNIX/g

Enable support for UNIX like OS.
This commit is contained in:
Rafael Sadowski 2017-10-03 09:47:33 +02:00 committed by Janek Bevendorff
parent 8f4c2f5c58
commit e29d3497eb
3 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@
#ifdef Q_OS_WIN
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
#elif Q_OS_LINUX
#elif Q_OS_UNIX
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
#endif
#endif