Initial copy of QtMultimediaKit.
Comes from original repo, with SHA1: 2c82d5611655e5967f5c5095af50c0991c4378b2
This commit is contained in:
15
tests/auto/qmediapluginloader/qmediapluginloader.pro
Normal file
15
tests/auto/qmediapluginloader/qmediapluginloader.pro
Normal file
@@ -0,0 +1,15 @@
|
||||
load(qttest_p4)
|
||||
|
||||
QT += multimediakit-private
|
||||
|
||||
# TARGET = tst_qmediapluginloader
|
||||
# CONFIG += testcase
|
||||
|
||||
SOURCES += tst_qmediapluginloader.cpp
|
||||
|
||||
wince* {
|
||||
PLUGIN_DEPLOY.sources = $$OUTPUT_DIR/plugins/mediaservice/*.dll
|
||||
PLUGIN_DEPLOY.path = mediaservice
|
||||
DEPLOYMENT += PLUGIN_DEPLOY
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user