Skip to content
Snippets Groups Projects

[fix] Remove Qt5UiTools from win install script

Merged Arnaud Billon requested to merge fix-win-install into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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"
)
Loading