summaryrefslogtreecommitdiffstats
path: root/doc/src/qt3d-building.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Removed the unnecessary info about Qt 3D support in Qt 5qt4Venugopal Shivashankar2013-01-141-7/+0
| | | | | | | | | Task-number: QTBUG-28904 Change-Id: I1d534339d45396530d838cfdd5b059f5b3099478 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Leonard Lee <leonard.lee@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Improve build doc.Sarah Smith2012-05-011-0/+19
| | | | | | | | | Be more explicit about not building when you don't have privileges to write into the Qt you're building against. Task-number: QTBUG-25000 Change-Id: I9b95e4eca3d2a433a9da2b7aaffb111d12a342db Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Clarify harmattan build vs SDK.Sarah Smith2012-04-111-0/+1
| | | | | | | | The SDK offers to create deployment stuff - make sure those following the build instructions know not to say "yes" to that. Change-Id: I156f7dac9e7e08dacaf29516ebc63d835694478f Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Updated screenshots to remove references to QtQuick3D, and to Qt5.Danny Pope2012-04-111-2/+2
| | | | | Change-Id: I1da94c55bc6a9296f68889bcb8659f6ae3b02103 Reviewed-by: Julian de Bhal <julian.debhal@nokia.com>
* Minor doc fixes for the QtQuick3D to Qt3D rename.Julian de Bhal2012-04-111-1/+1
| | | | | Change-Id: Iccbd45f5155b4180b4ad4d0af9c1dadb1b0e3592 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Doc and build fixes related to the QtQuick3D to Qt3D renameJulian de Bhal2012-04-031-8/+8
| | | | | Change-Id: Icf0be1fb78bcd0a546ee2909423183f5a17ef7e2 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Update screenshots for Qt3D Building Instructions.dpope2012-03-281-78/+106
| | | | | | Task-number: QTBUG-24465 Change-Id: I65efd41255e88b70ff9b89cbfd1519cd6bd4e01d Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Eliminate second top level .pro file to keep CI system happyJulian de Bhal2012-03-141-4/+4
| | | | | Change-Id: I92274c0564f4b2ffe1a8469adca91167426862ea Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Fix problems with spaces.Sarah Smith2011-08-301-1/+1
| | | | | | | | | | This version required that it be quoted, so remove that problem by taking out the spaces. Change-Id: Ide167f0d8d65ea7f90b837872010f64a284d9229 Reviewed-on: http://codereview.qt.nokia.com/3826 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
* Replace outdated license headersJason McDonald2011-08-051-11/+11
| | | | | | | Change-Id: Ic8eeb05bf094e6b6de92be4d713e0f25ec9677a8 Reviewed-on: http://codereview.qt.nokia.com/2612 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Add in Harmattan build instructions.Sarah Smith2011-07-181-0/+6
| | | | | | | Change-Id: I6fa862d4c5f319cc17e80e1919b2eca8f7e0d6ac Reviewed-on: http://codereview.qt.nokia.com/1687 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sarah Jane Smith
* Fix QTBUG-19431Sarah Smith2011-06-091-1/+1
| | | | Change-Id: I54639fbb2532905994063aeaf52265601961c964
* Point to ftp site for packages.Sarah Smith2011-05-201-1/+2
| | | | Change-Id: I267e4689b58e96b7fc352ddf1406b3c8d90c6b7a
* Fix source link in building docsJulian de Bhal2011-05-101-2/+2
| | | | Change-Id: Id8c4ceff1692227d83263c1c3d23d95c0115b2b6
* Windows related doc fixes.Sarah Smith2011-04-181-1/+12
| | | | | | | Make the README point at the html docs. They have to be authoritative, since QtCreator users and Windows users will in general not see the README. Also add message about getting the release or debug version right.
* Updated building doc.Sarah Smith2011-04-081-108/+137
| | | | | Includes new QtCreator screenshots and more accurate QtQuick3D building instructions.
* Update to quick3d product focus.Sarah Smith2011-03-101-125/+101
| | | | | | | Mostly doco changes, add new logo. Switch role of the Qt3D C++ API to being a way to extend the QML3D bindings. De-emphasise the portability and OpenGL aspects of C++ side. Also remove stereo stuff as far as possible.
* Add files ported from research/qt3dSarah Smith2011-03-091-0/+252
Fill repo with some of the files from the research/qt3d project. At present the new project builds under MacOSX. To-dos include getting it building under linux, windows, harmattan and maemo/meego; updating the documentation to reflect the new QtQuick focus; and fixing the issues with private headers.