summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Replace msysGit with Git for WindowsOrgad Shaneh2016-11-291-1/+1
| | | | | | | | | msysGit is obsolete Change-Id: Ib7dea018043e90f1288c68a19ebe356c6212bf0c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* README.md: Fix rendering of supported platform listNikolai Kosjar2016-11-291-3/+3
| | | | | Change-Id: I0e05292a5799a1699687ecbe1e41da54b97717dd Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* README.md: Add section for getting LLVM/ClangNikolai Kosjar2016-11-291-32/+65
| | | | | | | | | ...because the Qt Creator documentation does not describe anymore how to get LLVM/Clang. Change-Id: Ifb684c1a67d94af59ce221415c5c2f410a013a17 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Document building QtC with system qbsKai Koehne2016-11-161-0/+3
| | | | | Change-Id: I551d2a909db7875183b74160cedc958b4a1d5e8c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Clang: Require LLVM >= 3.9.0Nikolai Kosjar2016-11-151-1/+1
| | | | | | | | We already ship with a cherry-picked change from version 3.9. Change-Id: Iad09ac8db470506c5de0321f3a2346c549b11b31 Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* README: Add statement about web engine based help viewerEike Ziller2016-10-241-0/+1
| | | | | | | | | Even though it is stating an obvious prerequisite, it might help people to realize that the web engine based backend exists. Change-Id: I8d43d8a0fd7786de050b67d1438fefa3b95ec7df Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Update README.mdFriedemann Kleint2016-10-141-2/+28
| | | | | | | Add information on how build LLVM on Windows. Change-Id: If67c07a82554ec88edf798951212c036966710ba Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-221-0/+12
|\ | | | | | | Change-Id: Ia90424d479936a898705c433e5810c77ae088b2c
| * Adding Source Code Pro font and loading it on startupThomas Hartmann2016-07-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | This makes Source Code Pro available on all platforms. This font is designed specifically for code editing designed by Paul Hunt. See: https://github.com/adobe-fonts/source-code-pro Change-Id: I7c5a875bd5fc09b02049706f1d61f3667c10d967 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Add missing updates in README.mdRobert Loehning2016-07-221-3/+3
| | | | | | | | | | Change-Id: Iee6fa9e19b288151095f4dbdb9aabc2b15e132f7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-07-121-1/+4
|\ \ | |/ | | | | | | | | | | Conflicts: README.md Change-Id: I21f96ebb85b8a2b55b4d8066f3c9d4aba5e9b7ee
| * README: State how to build the Clang Code ModelNikolai Kosjar2016-07-111-1/+4
| | | | | | | | | | Change-Id: I18c0b8ae12da0526300872e656c5cb0a3ffb6f7b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-07-111-1/+2
|\ \ | |/ | | | | | | | | | | | | Conflicts: README.md src/plugins/modeleditor/actionhandler.cpp Change-Id: I65c2885593b881eda94872168a3891cab9cafe71
| * Clang: Require at least LLVM 3.8.0Nikolai Kosjar2016-07-111-1/+2
| | | | | | | | | | Change-Id: I2de3eef7bc06cba6298d64a9a042a01decc05384 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Update requirements for building Qt CreatorEike Ziller2016-07-061-5/+3
|/ | | | | | | | Change-Id: I462c496a6998862d1f1d09fc323342429115b67b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Ralf Nolden <nolden@kde.org>
* Precompiled binaries no longer support macOS 10.7Eike Ziller2016-07-011-1/+1
| | | | | | | | Since we compile with Qt 5.7, macOS 10.8 is the minimum requirement for the binary packages. Change-Id: Id9a08739e8f720399960735fd3b2072320f154fe Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* README.md: Add license entry for src/tools/3rdparty/cplusplus-keywordgenNikolai Kosjar2016-04-071-0/+24
| | | | | Change-Id: Id2f9c23bf184d533580e8d572c6616ca20d77c57 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* README: Update supported platform of binaries.Eike Ziller2016-04-041-2/+2
| | | | | | Change-Id: I6ca56f0bf3dfb7c0208ac85ecd5ab85c041d4c48 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Bump required Qt version to 5.5hjk2016-03-211-3/+3
| | | | | | Change-Id: I4f152bde842c20b0dade863ffea118fe32322c5b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* README: Add comment on use of SQLiteEike Ziller2016-03-111-3/+3
| | | | | Change-Id: I763389974fdb153ee3120a6e11653dee2d4ff34d Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2016-02-031-4/+15
|\ | | | | | | Change-Id: Iba662995e76f1b6ec135d64072a36a2498b2b5bb
| * README.md: Add some Windows/Clang instructions.Friedemann Kleint2016-02-021-4/+15
| | | | | | | | | | Change-Id: I3c854d7a932951d8340507c4799591bbccb179ef Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* | Update License according to aggrement with Free Qt FoundationTobias Hunger2016-01-151-2/+2
|/ | | | | | | | | * Update license files in various places * Update the license template * Update README.md and appdata.xml Change-Id: I0ae9365b15364728165e79ba8ad86dfdd6cb9ddd Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Doc: add Update 2 as requirement for MCVS 2013Leena Miettinen2015-09-081-1/+1
| | | | | | | Task-number: QTCREATORBUG-15035 Change-Id: Icbd8f62dd6b775247d3223aea00a06cbb3348d08 Reviewed-by: Immanuel Weber <immanuel.weber@gmail.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
* README.md: Fix instructions on deployment on Windows.Friedemann Kleint2015-08-261-1/+1
| | | | | | | | The option -quick needs to passed to windeployqt to actually scan the .qml files. Change-Id: Ifeb6eee4a5e16f25196721906632914eb4568081 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
* Update compiler info in README.mdRobert Loehning2015-04-171-10/+6
| | | | | | Change-Id: Ie2aae8ae8246fbdfb6d79ea250cca2ae35b96121 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Raise minimum Qt versionRobert Loehning2015-04-091-2/+2
| | | | | | | | | | | Now even in README Has been forgotten in 9d86b7ed4e5234f1c686688d99e604af9ba15d3a and 403008cc2784a811e06798ae65551dfce3886b4f . Change-Id: I12c3588b85aa3a8a28b2a4be42603e52f915a427 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Get rid of Gitorious linksEike Ziller2015-03-101-5/+4
| | | | | | | | That service is discontinued, and we have our own mirror anyhow. Change-Id: I8a45401e2c0c889d87c675a79ae16684d7c69a7a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Use Markdown for READMEEike Ziller2015-03-101-0/+303
Change-Id: Iefc9e13d7590e1508daec82a89816adcedc054bc Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>