summaryrefslogtreecommitdiffstats
path: root/src/imports/nativemedia/nativemedia.pro
blob: 027608d537b1ed4fae7ea07fef10df078f0ffc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
######################################################################
# Automatically generated by qmake (3.0) Thu Mar 7 13:00:32 2013
######################################################################

CXX_MODULE = qml
TARGET = android_omx
TARGETPATH = QtAndroidOmx
IMPORT_VERSION = 1.0

INCLUDEPATH += $$ANDROID_BUILD_TOP/development/ndk/platforms/android-14/include/

LIBS += -lOpenMAXAL -lui -lgui -lutils -lcutils -lbinder

QT += qml quick

# Input
HEADERS += omxnode.h omxplayer.h
SOURCES += omx.cpp SurfaceTexture.cpp BufferQueue.cpp omxnode.cpp omxmodule.cpp

load(qml_plugin)