summaryrefslogtreecommitdiffstats
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* Fix Qt configure line to make a non-install buildKai Koehne2014-06-051-2/+2
| | | | | | | | | | | | You almost never want to have the default installation path for your static Qt. Also remove the '-opensource' part, so people are asked which license they have / use. Change-Id: Ifefe9c7256aaf7aafa8104bff8adac02584d0a81 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Improve documentation on how to build the Installer FrameworkKai Koehne2014-06-051-5/+6
| | | | | | | | | Make it clear that you only need to build Qt statically if you want to compile the Installer Framework on your own. Change-Id: I45555679197e2cb7143934e9e37ac5afcb9a71cc Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
* Update configure options for Windows (Qt 5)Kai Koehne2014-06-031-1/+1
| | | | | | | | Fix the configure options for Windows. Also update the options in the documentation according to the latest changes to INSTALL. Change-Id: If9f4cd7b954fabecd80d0e38615790342367600e Reviewed-by: Niels Weber <niels.weber@digia.com>
* State that we require Qt 5.3 and update configure optionsNiels Weber2014-06-031-8/+5
| | | | | Change-Id: Ic59f6358eb5db93d8d9e100f0bc317bf112e2e9e Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Fix typo in INSTALLSergio Ahumada2014-05-071-1/+1
| | | | | Change-Id: Icd4991f9d9e30b9698f33f6551fcbad9e4f8a694 Reviewed-by: Niels Weber <niels.weber@digia.com>
* Update configure options for Qt 5 on Linux and MacNiels Weber2014-04-281-0/+3
| | | | | Change-Id: I4280f65d62cd4655eb43f6a7fe21558a8593bdb9 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Build installers with accessibility pluginTim Jenssen2013-10-251-2/+2
| | | | | | | | | This change makes the installers work with screen readers. Task-number: QTBUG-34296 Change-Id: I87cf313657d9eaa31f4cd89729b4e298880ae99e Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Clean up READMEKai Koehne2013-04-221-0/+69
Put specifics on how to build IFW from scratch to a separate INSTALL file. Also remove details that are better put in the general documentation. Change-Id: If8ceed170cde3ef258e50311bbb3426c964c065c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>