Move files from gst-examples into the "subprojects/gst-examples/" subdir
[platform/upstream/gstreamer.git] / subprojects / gst-examples / playback / player / qt / play.pro
1 TEMPLATE = app
2
3 QT += qml quick widgets
4
5 CONFIG += c++11
6
7 DEFINES += GST_USE_UNSTABLE_API
8
9 RESOURCES += qml.qrc
10
11 # Additional import path used to resolve QML modules in Qt Creator's code model
12 QML_IMPORT_PATH =
13
14 # Default rules for deployment.
15 include(deployment.pri)
16
17 # not tested (yet)
18 unix:!macx {
19 QT_CONFIG -= no-pkg-config
20 CONFIG += link_pkgconfig
21 PKGCONFIG = \
22     gstreamer-1.0 \
23     gstreamer-player-1.0 \
24     gstreamer-tag-1.0
25 }
26
27 macx {
28     QMAKE_MAC_SDK = macosx10.9
29     INCLUDEPATH += /Library/Frameworks/GStreamer.framework/Headers
30
31     LIBS += \
32         -framework AppKit \
33         -F/Library/Frameworks -framework GStreamer
34 }
35
36 HEADERS +=
37
38 SOURCES += main.cpp
39
40 DISTFILES +=