mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
7 lines
145 B
C++
7 lines
145 B
C++
#ifdef MIQT_WINDOWSQTSTATIC
|
|
|
|
#include <QtPlugin>
|
|
Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin);
|
|
Q_IMPORT_PLUGIN (QWindowsVistaStylePlugin);
|
|
|
|
#endif |