s/Q_OS_LINUX/Q_OS_UNIX/g
Enable support for UNIX like OS.
This commit is contained in:
committed by
Janek Bevendorff
parent
8f4c2f5c58
commit
e29d3497eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user