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

Merge branch 'restore-qthelp' into 'master'

[fix] Restore mandatory Qt5::Help

See merge request !340
parents 5648fa4a cb9ac897
No related branches found
No related tags found
1 merge request!340[fix] Restore mandatory Qt5::Help
Pipeline #279486 passed
Pipeline: LidarView

#279487

    ......@@ -95,6 +95,7 @@ target_sources(lqApplicationComponents PUBLIC
    target_link_libraries(lqApplicationComponents PUBLIC
    Qt5::Core
    Qt5::Gui
    Qt5::Help
    Qt5::Svg
    Qt5::UiTools
    Qt5::Widgets
    ......
    ......@@ -16,7 +16,7 @@
    # Ship Qt5
    foreach (qt5_opengl_lib IN ITEMS opengl32sw libEGL libGLESv2 libEGLd
    Qt5Core Qt5Gui Qt5Svg Qt5Widgets)
    Qt5Core Qt5Help 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