Examples: Remove qmlapplicationviewer template.
Fix shadow-builds for qmlviewer examples by using qrc files instead. Task-number: QTBUG-28614 Change-Id: Iec993f95166ffd09e8edff552ceca5bc4112d293 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
committed by
The Qt Project
parent
0f2fc9ffd9
commit
d13a7a1f89
@@ -1,6 +1,8 @@
|
||||
TEMPLATE = app
|
||||
TARGET = qmlvideo
|
||||
|
||||
QT += quick
|
||||
|
||||
LOCAL_SOURCES = main.cpp
|
||||
LOCAL_HEADERS = trace.h
|
||||
|
||||
@@ -11,8 +13,6 @@ RESOURCES += qmlvideo.qrc
|
||||
SNIPPETS_PATH = ../snippets
|
||||
include($$SNIPPETS_PATH/performancemonitor/performancemonitordeclarative.pri)
|
||||
|
||||
include(qmlapplicationviewer/qmlapplicationviewer.pri)
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/video/qmlvideo
|
||||
INSTALLS += target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user