diff --git a/CMake/SetupWindowsCustomInstall.cmake b/CMake/SetupWindowsCustomInstall.cmake
index 4f28c4deb6b0fd37f966b3fb87b5709902c703dc..fc6163f1cd8af41329c9e8af70e58a46c61856ef 100644
--- a/CMake/SetupWindowsCustomInstall.cmake
+++ b/CMake/SetupWindowsCustomInstall.cmake
@@ -16,7 +16,7 @@
 
 # Ship Qt5
 foreach (qt5_opengl_lib IN ITEMS opengl32sw libEGL libGLESv2 libEGLd
-  Qt5Core Qt5Gui Qt5Svg Qt5UiTools Qt5Widgets)
+  Qt5Core Qt5Gui Qt5Svg Qt5Widgets)
 install(FILES "${Qt5_DIR}/../../../bin/${qt5_opengl_lib}.dll"
         DESTINATION "bin"
         )