fix name of Qt5Widgets package

This commit is contained in:
Max Lyon
2020-12-02 14:37:36 +01:00
parent 79b3199ad5
commit 3a2801fe76

View File

@@ -44,7 +44,7 @@ if ( BUILD_APPS )
if (NOT QT5_FOUND)
set(QT5_REQUIRED_PACKAGES
Qt5Core
Qt5Widget
Qt5Widgets
Qt5OpenGL
Qt5Gui
)