mirror of
https://github.com/mappu/miqt.git
synced 2024-12-23 01:18:37 +00:00
6 lines
101 B
C++
6 lines
101 B
C++
|
#ifdef MIQT_WINDOWSQTSTATIC
|
||
|
|
||
|
#include <QtPlugin>
|
||
|
Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin);
|
||
|
|
||
|
#endif
|