Skip to content
Snippets Groups Projects
Commit e51722ca authored by Arnaud Billon's avatar Arnaud Billon :speech_balloon:
Browse files

[fix] Remove Qt5UiTools from win install script

parent 4dd9bf69
No related branches found
No related tags found
1 merge request!339[fix] Remove Qt5UiTools from win install script
Pipeline #279474 failed
Pipeline: LidarView

#279475

    ......@@ -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"
    )
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment