build: Add QMacStyle support

This commit is contained in:
Hennadii Stepanov
2021-03-04 13:28:55 +02:00
committed by fanquake
parent e674e94302
commit 1be8e0f238
2 changed files with 3 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ Q_IMPORT_PLUGIN(QXcbIntegrationPlugin);
Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
#elif defined(QT_QPA_PLATFORM_COCOA)
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin);
Q_IMPORT_PLUGIN(QMacStylePlugin);
#endif
#endif