Qml debugging is now disabled by default, and has to be enabled
explicitly (b2016bbfc9). This has to be done before the
QDView/QDEngine is instantiated ...
The patch introduces a static create method to QmlApplicationViewer,
so that the setup can be hidden from the users main file.
- Renaming the screen orientation enum and keys
- Explicit constructors
- Virtual destructors
- Renamed some occurences of 'Qml' in comments to 'QML'
- Adding descriptive comments to all generated files which should
not be touched by the user.
- Adding missing license headers to the qmljsdebugger sources
Task-Number: QTCREATORBUG-2885
Reviewed-by: Friedemann Kleint
Reviewed-by: dt
- Removed the "cpp/" dir
- Moved main.cpp and symbianicon.svg next to the main .pro.
This also reduces the dir depth in the project view.
- Introduced "qmlapplicationviewer/" dir, which will contain the files
which the user should not modify. All the files there have the base
name "qmlapplicationviewer"
- Moved/renamed "qmlapplication.pri" to
"qmlapplicationviewer/qmlapplicationviewer.pri"