From e52ff609ed779c2af648e16f73fef5f27be188e0 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 25 Oct 2019 16:54:21 +0200 Subject: [PATCH] Remove unused Qt Module --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6249831..368b754a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -412,7 +412,6 @@ set(COMMON_LIBS Qt5::Concurrent Qt5::Multimedia Qt5::Qml - Qt5::QmlPrivate Qt5::QuickControls2 nlohmann_json::nlohmann_json)