summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Add comment about assimp to readmeMika Salmela2015-05-241-0/+8
| | | | | | | Added few lines about assimp dependency on some examples. Change-Id: I7fcb233f3691d6671c582e0c4541eeaaee19165d Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* revamp the build/install targets of auxilliary filesOswald Buddenhagen2012-06-281-38/+12
| | | | | | | | files will now always be copied to the build dir, and install targets will be created always as well. Change-Id: I42a57d7fb6536ec3e5ade088f02872484891507e Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Update for new QML naming.Sarah Smith2012-03-141-1/+1
| | | | | | | | | QML renaming must be done before the deprecation mechanism is turned off. Task-number: QTBUG-24722 Change-Id: I8e4b9c919eefa72184fa1745d10141885f83369c Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Update documentation for renaming of repo. to Qt3D.dpope2012-01-121-19/+19
| | | | | | | | | | This is the first part of a number of additions to the Qt3D documentation as part of the repository changeover. Task-number: QTBUG-22962 Change-Id: I5025f4ef8ddf830175b221856a97dfb48c454df2 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* README: Remove reference to -nokia-developerKai Koehne2012-01-121-2/+2
| | | | | | | The configure option will soon be gone. Change-Id: Ia7c683c5a750401702fa74f3d4215b3a2a021f4d Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
* Remove qtscript dependency.Sarah Smith2011-12-061-2/+2
| | | | | Change-Id: I6780c7a17bab5b10ef3b979d00fce741d75427a3 Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
* Change the readme in line with qt4 README.Sarah Smith2011-10-061-3/+32
| | | | | | | | | | The README in the Qt4 master branch now mentions Qt5, so mention it here as well. Change-Id: I31ca3357e32ebb89723ce585997b2239d6a45add Reviewed-on: http://codereview.qt-project.org/6101 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Julian de Bhal <julian.debhal@nokia.com>
* First cut of windows packagingSarah Smith2011-04-201-0/+50
|
* Windows related doc fixes.Sarah Smith2011-04-181-14/+21
| | | | | | | 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.
* Update to quick3d product focus.Sarah Smith2011-03-101-12/+14
| | | | | | | 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/+36
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.