summaryrefslogtreecommitdiffstats
path: root/qtscxml.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove qtcxml repo qmake build support (examples excepted)Juha Vuolle2021-02-221-9/+0
| | | | | | | | | | | | | | | | | Remove qmake support by removing *.pr? files, with some exceptions: - Keep qmake support for the examples - Keeps qscxmlc.prf to retain STATECHARTS support for .pro files Also remove: - "#special case" and "# Generated from" comments from cmake files - .prev_CMakeLists.txt files Note: configure.json files are still kept as they still used to generate the configure.cmake Pick-to: 6.1 Task-number: QTBUG-89828 Change-Id: Ie9c7e86d099bbdc535f52b9f3e841fcf3973ca36 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add bizarre hack to copy .prf file in developer buildsUlf Hermann2016-01-221-8/+0
| | | | | | | | | It has to be in a .pro file that actually builds something, and we don't want to list it in the OTHER_FILES section. IDEs should be able to pick it up from the extra compiler or install steps. Change-Id: I22b62592f91318ce19c8edebb53e71da1d28afb9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Fix cross-compilation.Erik Verbruggen2015-11-181-2/+0
| | | | | Change-Id: I56d706921c9e8048a17d0199c3dbcf406c3ef79c Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Turn cross-compiling off for the moment.Erik Verbruggen2015-11-181-0/+2
| | | | | | | So stuff can get into the CI. Change-Id: I649924c9136b32c2d26a8d407c10d88373b6b801 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Get documentation generation working.Erik Verbruggen2015-10-281-0/+17
Change-Id: I71356ec70d79fec51670fa9ee53541f263e12206 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>