forked from wang-bin/QtAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QtAV.pro
33 lines (26 loc) · 814 Bytes
/
QtAV.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
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = libqtav examples tests
libqtav.file = src/libQtAV.pro
examples.depends += libqtav
tests.depends += libqtav
OTHER_FILES += README.md TODO.txt Changelog
OTHER_FILES += templates/vo.h templates/vo.cpp templates/COPYRIGHT.h templates/mkclass.sh
OTHER_FILES += \
templates/base.h templates/base.cpp templates/base_p.h \
templates/derived.h templates/derived.cpp templates/derived_p.h \
templates/final.h templates/final.cpp
#OTHER_FILES += config.test/mktest.sh
EssentialDepends = avutil avcodec avformat swscale
OptionalDepends = portaudio direct2d gdiplus gl \
swresample
unix {
isEqual(QT_MAJOR_VERSION, 4) {
OptionalDepends += xv
}
}
include(root.pri)
PACKAGE_VERSION = 1.2.1
PACKAGE_NAME= QtAV
include(pack.pri)
#packageSet(1.2.0, QtAV)