Initial copy of QtMultimediaKit.
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
This commit is contained in:
41
src/imports/multimedia/multimedia.pro
Normal file
41
src/imports/multimedia/multimedia.pro
Normal file
@@ -0,0 +1,41 @@
|
||||
TARGET = declarative_multimedia
|
||||
TARGETPATH = Qt/multimediakit
|
||||
|
||||
include(../qimportbase.pri)
|
||||
|
||||
QT += declarative network multimediakit-private
|
||||
|
||||
DESTDIR = $$QT.multimediakit.imports/$$TARGETPATH
|
||||
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
|
||||
|
||||
HEADERS += \
|
||||
qdeclarativeaudio_p.h \
|
||||
qdeclarativemediabase_p.h \
|
||||
qdeclarativemediametadata_p.h \
|
||||
qdeclarativevideo_p.h \
|
||||
qdeclarativecamera_p.h \
|
||||
qdeclarativecamerapreviewprovider_p.h
|
||||
|
||||
SOURCES += \
|
||||
multimedia.cpp \
|
||||
qdeclarativeaudio.cpp \
|
||||
qdeclarativemediabase.cpp \
|
||||
qdeclarativevideo.cpp \
|
||||
qdeclarativecamera.cpp \
|
||||
qdeclarativecamerapreviewprovider.cpp
|
||||
|
||||
qmldir.files += $$PWD/qmldir
|
||||
qmldir.path += $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
|
||||
|
||||
INSTALLS += target qmldir
|
||||
|
||||
symbian {
|
||||
# In Symbian, a library should enjoy _largest_ possible capability set.
|
||||
TARGET.CAPABILITY = ALL -TCB
|
||||
TARGET.UID3 = 0x20021313
|
||||
TARGET.EPOCALLOWDLLDATA=1
|
||||
# Specifies what files shall be deployed: the plugin itself and the qmldir file.
|
||||
importFiles.sources = $$DESTDIR/declarative_multimedia$${QT_LIBINFIX}.dll qmldir
|
||||
importFiles.path = $$QT_IMPORTS_BASE_DIR/$$TARGETPATH
|
||||
DEPLOYMENT = importFiles
|
||||
}
|
||||
Reference in New Issue
Block a user