mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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
|
||||
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 += \
|
||||
gstplugin.cc \
|
||||
|
|
Loading…
Reference in a new issue