From 3a2801fe767f4ec8f634dda9e634cf46f7e6be21 Mon Sep 17 00:00:00 2001 From: Max Lyon Date: Wed, 2 Dec 2020 14:37:36 +0100 Subject: [PATCH] fix name of Qt5Widgets package --- src/OpenMesh/Apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Apps/CMakeLists.txt b/src/OpenMesh/Apps/CMakeLists.txt index 6ff72953..97339617 100644 --- a/src/OpenMesh/Apps/CMakeLists.txt +++ b/src/OpenMesh/Apps/CMakeLists.txt @@ -44,7 +44,7 @@ if ( BUILD_APPS ) if (NOT QT5_FOUND) set(QT5_REQUIRED_PACKAGES Qt5Core - Qt5Widget + Qt5Widgets Qt5OpenGL Qt5Gui )