qmlglsink.pri 997 Bytes
Newer Older
1 2 3 4 5 6 7 8
LinuxBuild {
    DEFINES += HAVE_QT_X11 HAVE_QT_EGLFS HAVE_QT_WAYLAND
} else:MacBuild {
    DEFINES += HAVE_QT_MAC
} else:iOSBuild {
    DEFINES += HAVE_QT_IOS
} else:WindowsBuild {
    DEFINES += HAVE_QT_WIN32
9
    LIBS += opengl32.lib user32.lib
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
} else:AndroidBuild {
    DEFINES += HAVE_QT_ANDROID
}

SOURCES += \
    libs/gst-plugins-good/ext/qt/gstplugin.cc \
    libs/gst-plugins-good/ext/qt/gstqtglutility.cc \
    libs/gst-plugins-good/ext/qt/gstqsgtexture.cc \
    libs/gst-plugins-good/ext/qt/gstqtsink.cc \
    libs/gst-plugins-good/ext/qt/gstqtsrc.cc \
    libs/gst-plugins-good/ext/qt/qtwindow.cc \
    libs/gst-plugins-good/ext/qt/qtitem.cc

HEADERS += \
    libs/gst-plugins-good/ext/qt/gstqsgtexture.h \
    libs/gst-plugins-good/ext/qt/gstqtgl.h \
    libs/gst-plugins-good/ext/qt/gstqtglutility.h \
    libs/gst-plugins-good/ext/qt/gstqtsink.h \
    libs/gst-plugins-good/ext/qt/gstqtsrc.h \
    libs/gst-plugins-good/ext/qt/qtwindow.h \
    libs/gst-plugins-good/ext/qt/qtitem.h