aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtmsbuild/qt_vars.targets
Commit message (Expand)AuthorAgeFilesLines
* Reference QtMsBuild.csproj in main projectMiguel Costa2021-01-221-560/+0
* Remove duplicate property definitionsMiguel Costa2020-07-241-30/+0
* Create qmake temp dir relative to the project dirMiguel Costa2020-07-241-5/+0
* Add support for cross compilationMiguel Costa2020-07-241-17/+100
* Fix build errors when temp directory ends with .lnkMiguel Costa2020-06-171-1/+1
* More helpful error message if no Qt version is setOliver Wolff2020-04-031-3/+4
* qt_vars.targets: Fix generation of "qmake -query .props" file for developer b...Oliver Wolff2020-03-271-1/+1
* Add workaround for 5.13.2 NDEBUG obsessionMiguel Costa2020-01-281-2/+12
* Read qmake propertiesMiguel Costa2020-01-281-12/+71
* Pass arguments to qmake command lineMiguel Costa2020-01-281-1/+17
* Fix incremental buildMiguel Costa2020-01-061-0/+2
* Add Qt build config settingMiguel Costa2019-12-191-8/+6
* Ensure absolute paths to Qt include dirsMiguel Costa2019-12-191-3/+3
* Fix problems with outer/inner buildMiguel Costa2019-12-191-45/+7
* Ensure Qt variables read on rebuildMiguel Costa2019-11-061-1/+12
* Save Qt properties files in dedicated qmake folderMiguel Costa2019-11-061-5/+8
* Remove designtime.props from incremental build checkMiguel Costa2019-11-061-1/+1
* Fix error when build includes referenced projectsMiguel Costa2019-10-251-0/+1
* Improve error checking/reporting when calling qmakeMiguel Costa2019-10-251-8/+22
* Ensure compiler in PATH before running qmakeMiguel Costa2019-10-251-1/+8
* Parse Makefile instead of calling nmakeMiguel Costa2019-10-251-109/+60
* Fix "command too long" error with static build of QtMiguel Costa2019-10-141-12/+15
* Fix compiler errors with static build of QtMiguel Costa2019-10-141-8/+8
* Fix build errors with earlier version QtMiguel Costa2019-10-141-1/+1
* Fix Intellisense shortcomingsMiguel Costa2019-10-141-0/+3
* Remove Unicode macros when using multi-byte char setMiguel Costa2019-10-101-0/+6
* Fix support for $(DefaultQtVersion) in V3 formatMiguel Costa2019-10-101-1/+54
* Allow additional Qt include pathsMiguel Costa2019-10-011-7/+25
* Allow configuring Qt pathsMiguel Costa2019-09-301-2/+22
* Run QtVars/qmake on project changeMiguel Costa2019-09-301-14/+21
* Fix build errors when using configuration name with spacesMiguel Costa2019-09-301-2/+2
* Fix plugin not found when using static build of QtMiguel Costa2019-09-181-0/+11
* Add support for VS design-time buildMiguel Costa2019-08-051-2/+21
* Use Qt (qmake) variables in VS projectsMiguel Costa2019-08-051-0/+337