forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples.pro
44 lines (39 loc) · 951 Bytes
/
examples.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
TEMPLATE = subdirs
SUBDIRS = common
!android:!ios:!winrt {
SUBDIRS += audiopipeline
!no-widgets {
SUBDIRS += \
sharedoutput \
simpletranscode \
simpleplayer \
player \
filters \
framereader \
videocapture \
videographicsitem \
videogroup \
videowall
contains(QT_CONFIG, opengl): SUBDIRS += \
shader \
glslfilter
player.depends += common
sdk_build {
SUBDIRS *= \
simpleplayer/simpleplayer_sdk.pro \
player/player_sdk.pro
}
}
}
greaterThan(QT_MAJOR_VERSION, 4) {
isEqual(QT_MAJOR_VERSION,5):greaterThan(QT_MINOR_VERSION,3)|greaterThan(QT_MAJOR_VERSION,5) {
contains(QT_CONFIG, opengl):!winrt:!ios:!android: SUBDIRS += window
}
# qtHaveModule does not exist in Qt5.0
isEqual(QT_MINOR_VERSION, 0)|qtHaveModule(quick) {
SUBDIRS += QMLPlayer
QMLPlayer.depends += common
sdk_build: SUBDIRS *= QMLPlayer/QMLPlayer_sdk.pro
}
}
OTHER_FILES = qml/*.qml