Replace @IMPORT_QT_QUICK@ with "import QtQuick 2.0"
authorMohammed Sameer <msameer@foolab.org>
Fri, 26 Jul 2013 17:36:12 +0000 (20:36 +0300)
committerMohammed Sameer <msameer@foolab.org>
Fri, 26 Jul 2013 17:36:12 +0000 (20:36 +0300)
commitd9b4d99d72de642bf77d5ccac0162a61a2fa6a62
tree309afdd3d381dcb9696566530afb6b10e56b3c83
parentf9c996a837e3c6787eb404a27fd20bc6fa86952e
Replace @IMPORT_QT_QUICK@ with "import QtQuick 2.0"

QFSFileEngine and QAbstractFileEngineHandler are not available in Qt5
We will hardcode import QtQuick 2.0 to make Qt5 happy and will replace
it with QtQuick 1.1 when not using Qt5
42 files changed:
qml/CameraSettings.qml
qml/CameraToolBar.qml
qml/CameraView.qml
qml/CaptureButton.qml
qml/CheckButton.qml
qml/FlashButton.qml
qml/FocusReticle.qml
qml/ImageColorFilterButton.qml
qml/ImageEvCompButton.qml
qml/ImageIsoButton.qml
qml/ImageOverlay.qml
qml/ImageResolutionSettings.qml
qml/ImageSceneButton.qml
qml/ImageSettings.qml
qml/ImageWhiteBalanceButton.qml
qml/Indicator.qml
qml/ModeButton.qml
qml/ModeController.qml
qml/PipelineManager.qml
qml/PostCaptureItem.qml
qml/PostCaptureView.qml
qml/PreviewImage.qml
qml/RecordingDurationLabel.qml
qml/SectionHeader.qml
qml/SettingsView.qml
qml/Standby.qml
qml/TextSwitch.qml
qml/VideoColorFilterButton.qml
qml/VideoEvCompButton.qml
qml/VideoMuteButton.qml
qml/VideoOverlay.qml
qml/VideoPlayerPage.qml
qml/VideoResolutionSettings.qml
qml/VideoSceneButton.qml
qml/VideoSettings.qml
qml/VideoTorchButton.qml
qml/VideoWhiteBalanceButton.qml
qml/ZoomCaptureButton.qml
qml/ZoomCaptureCancel.qml
qml/ZoomSlider.qml
qml/main.qml
src/qmlfileengine.cpp