summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake
Commit message (Expand)AuthorAgeFilesLines
* make extra compiler targets depend on their respective compilerOswald Buddenhagen2016-04-181-1/+1
* Updated license headersJani Heikkinen2016-01-2155-935/+660
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1817-21/+332
|\
| * qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-178-11/+103
| * qmake: teach moc-detector to handle C++-11 raw stringsEdward Welbourne2015-12-151-2/+1
| * qmake: Fix comment false-alarm bug in findMocs().Edward Welbourne2015-12-151-0/+1
| * Rewrote qmake's #include-detection to be more faithful to CPP.Edward Welbourne2015-12-155-11/+126
| * Don't ignore first character after a string.Edward Welbourne2015-12-111-0/+3
| * Teach qmake's #include parser to recognize C++11 Raw strings.Edward Welbourne2015-12-084-0/+101
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-21/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-0/+5
|\|
| * Ignore stuff created during testingEdward Welbourne2015-11-251-0/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-233-3/+9
|\|
| * Avoid having division caught up in parsing of comments.Edward Welbourne2015-11-203-3/+9
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
|/
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0326-821/+0
|\
| * remove now redundant testsOswald Buddenhagen2015-05-2026-821/+0
* | Allow RESOURCES to contain standalone files and collections of filesTor Arne Vestbø2015-05-186-0/+105
|/
* more autotests for spaces, destdirs and library linkingOswald Buddenhagen2015-02-1712-37/+56
* Update copyright headersJani Heikkinen2015-02-1159-413/+413
* make shellQuoteWin() be more sparing with circumflexesOswald Buddenhagen2015-02-041-3/+3
* de-noise testOswald Buddenhagen2015-02-042-0/+4
* make test support qmake path with spacesOswald Buddenhagen2015-02-043-19/+30
* Update license headers and add new license filesMatti Paaso2014-09-2459-1121/+649
* add priority sorting to $$resolve_depends()Oswald Buddenhagen2014-07-301-0/+9
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-173-0/+64
* change reporting of missing filesOswald Buddenhagen2013-08-201-1/+1
* make split_value_list() even less sane againOswald Buddenhagen2013-07-032-0/+3
* remove nonsense DEFINESOswald Buddenhagen2013-07-0329-59/+0
* test: Skip tst_qmake::include_dir() when -no-widgets is usedSergio Ahumada2013-06-241-0/+4
* Don't run qmake test that requires macx makespec on non Mac OS platformsTor Arne Vestbø2013-02-201-5/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1859-59/+59
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-177-7/+3
* qmake: Test recursive function callsKonstantin Ritt2012-11-261-0/+14
* Fix qmake's pro file cache to interact correctly with write_fileSimon Hausmann2012-10-252-0/+26
* Use jom in tst_qmake.Friedemann Kleint2012-10-081-1/+7
* Increase tst_qmake more time on Windows.Friedemann Kleint2012-10-081-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2259-1472/+1472
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-1/+1
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-105-0/+22
* Auto test for 'qmake -project' use case.Rafael Roquetto2012-09-047-4/+205
* Remove relic QT_VERSION from qmake testRafael Roquetto2012-08-141-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0129-0/+29
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-281-4/+12
* test behavior of $${absolute,relative}_path() with empty 1st argumentOswald Buddenhagen2012-07-121-0/+2
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* do not unnecessarily mess with CONFIGOswald Buddenhagen2012-06-273-26/+26
* fix somewhat common edge case in $$shadowed()Oswald Buddenhagen2012-06-261-0/+1
* add $$reverse() functionOswald Buddenhagen2012-06-191-0/+2