mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
qmlgl: qmake: don't link against QtWidgets, it's not used
This commit is contained in:
parent
d75284cd83
commit
584c5afbe5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue