ProxSpace/Qt/5.6/lib/cmake/Qt5Gui/Qt5Gui_QWindowsIntegrationPlugin.cmake
2016-10-31 22:04:38 +01:00

7 lines
305 B
CMake

add_library(Qt5::QWindowsIntegrationPlugin MODULE IMPORTED)
_populate_Gui_plugin_properties(QWindowsIntegrationPlugin RELEASE "platforms/qwindows.dll")
_populate_Gui_plugin_properties(QWindowsIntegrationPlugin DEBUG "platforms/qwindowsd.dll")
list(APPEND Qt5Gui_PLUGINS Qt5::QWindowsIntegrationPlugin)