From 584c5afbe56e49e832ea5fe240df46d872465681 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Sat, 19 Jan 2019 15:10:09 +0100 Subject: [PATCH] qmlgl: qmake: don't link against QtWidgets, it's not used --- ext/qt/qtplugin.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/qt/qtplugin.pro b/ext/qt/qtplugin.pro index c30fd6d..d2c06c4 100644 --- a/ext/qt/qtplugin.pro +++ b/ext/qt/qtplugin.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = gstqmlgl -QT += qml quick widgets gui +QT += qml quick gui QT_CONFIG -= no-pkg-config CONFIG += link_pkgconfig debug -- 2.7.4