mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +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
|
TARGET = gstqmlgl
|
||||||
|
|
||||||
QT += qml quick widgets gui
|
QT += qml quick gui
|
||||||
|
|
||||||
QT_CONFIG -= no-pkg-config
|
QT_CONFIG -= no-pkg-config
|
||||||
CONFIG += link_pkgconfig debug
|
CONFIG += link_pkgconfig debug
|
||||||
|
|
Loading…
Reference in a new issue