miqt/qt6/cflags_windowsqtstatic.cpp

8 lines
147 B
C++
Raw Normal View History

#ifdef MIQT_WINDOWSQTSTATIC
#include <QtPlugin>
Q_IMPORT_PLUGIN (QWindowsIntegrationPlugin);
Q_IMPORT_PLUGIN (QModernWindowsStylePlugin);
#endif