mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-01 17:31:10 +00:00
gstqmlgl: Link to opengl32.lib on MinGW
This commit is contained in:
parent
4f443c81cf
commit
40a82104ea
1 changed files with 4 additions and 1 deletions
|
@ -21,7 +21,10 @@ android:DEFINES += HAVE_QT_ANDROID
|
||||||
win32:DEFINES += HAVE_QT_WIN32
|
win32:DEFINES += HAVE_QT_WIN32
|
||||||
macx:DEFINES += HAVE_QT_MAC
|
macx:DEFINES += HAVE_QT_MAC
|
||||||
|
|
||||||
versionAtLeast(QT_VERSION, "5.5"):win32-msvc: LIBS += opengl32.lib
|
versionAtLeast(QT_VERSION, "5.5") {
|
||||||
|
win32-msvc: LIBS += opengl32.lib
|
||||||
|
win32-g++: LIBS += -lopengl32
|
||||||
|
}
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
gstplugin.cc \
|
gstplugin.cc \
|
||||||
|
|
Loading…
Reference in a new issue