Fix building of examples.
- Correct install paths - Add missing resources - Add declarative-radio - Remove deploy/install logic from qmlapplicationviewer.pri and snippet .pro-files of the video examples and add normal install rules. Task-number: QTBUG-27977 Change-Id: Iadecb14d9330c752f6fb739918da743a854ba236 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
5ef6db169e
commit
d34f03c609
@@ -1,15 +1,3 @@
|
||||
include($$PWD/frequencymonitor.pri)
|
||||
QT += qml
|
||||
SOURCES += $$PWD/frequencymonitordeclarative.cpp
|
||||
|
||||
defineTest(frequencyItemAddDeployment) {
|
||||
symbian: frequencyitem_folder.source = $$PWD/$$SNIPPETS_PATH/frequencymonitor/qml/frequencymonitor
|
||||
else: frequencyitem_folder.source = $$SNIPPETS_PATH/frequencymonitor/qml/frequencymonitor
|
||||
frequencyitem_folder.target = qml
|
||||
DEPLOYMENTFOLDERS += frequencyitem_folder
|
||||
|
||||
export(frequencyitem_folder.source)
|
||||
export(frequencyitem_folder.target)
|
||||
export(DEPLOYMENTFOLDERS)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user