mirror of
https://github.com/mappu/miqt.git
synced 2025-03-04 06:49:22 +00:00
8 lines
147 B
C++
8 lines
147 B
C++
|
#ifdef MIQT_WINDOWSQTSTATIC
|
||
|
|
||
|
#include <QtPlugin>
|
||
|
Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin);
|
||
|
Q_IMPORT_PLUGIN (QModernWindowsStylePlugin);
|
||
|
|
||
|
#endif
|