summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-0456-56/+56
* tst_qmake: compile with QT_NO_FOREACHAhmad Samir2023-08-192-6/+3
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-192-0/+4
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Teach qmake about digit-grouping apostrophes in numeric literalsEdward Welbourne2022-06-173-3/+16
* Use SPDX license identifiersLucie Gérard2022-05-1656-1523/+112
* Add missing implicit dependencies to the tool testsAlexey Edelev2022-02-091-11/+18
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-232-2/+2
* Remove blacklisting for b2qt tests that now passSamuli Piippo2021-01-281-2/+0
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-24/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-8/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* CMake: Fix tst_qmake to work for configs with cross-compiled toolsAlexandru Croitor2020-10-241-0/+9
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-2/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-011-0/+2
* Remove superfluous define from tst_qmakeJoerg Bornemann2020-06-263-23/+0
* CMake: Fix tst_qmake::resources() on WindowsJoerg Bornemann2020-06-264-30/+4
* Regenerate TestsLeander Beernaert2020-01-162-2/+2
* Add QT_TEST_RUNNING_IN_CTEST environment variable for testLeander Beernaert2020-01-141-0/+3
* Regenerate tests/auto/toolsAlexandru Croitor2019-11-122-4/+54
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-4/+1
|\
| * Make conflicting targets check less strictJoerg Bornemann2019-10-031-1/+1
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-3/+0
| |\
| | * Fix qinstall on Windows for directories containing read-only filesJoerg Bornemann2019-08-151-3/+0
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1110-12/+218
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-163-0/+108
| |\|
| | * Add tst_qmake::qinstallJoerg Bornemann2019-08-143-0/+108
| * | Determine dependencies of Windows resource filesJoerg Bornemann2019-08-138-11/+83
| * | Warn about conflicting DESTDIR/TARGET combination in debug_and_releaseJoerg Bornemann2019-08-093-0/+24
| * | tst_qmake: Pass /nologo to jom like we do for nmakeJoerg Bornemann2019-08-091-1/+3
* | | cmake: Enable building more of the tools testsVille Voutilainen2019-09-091-0/+31
|/ /
* / Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-1/+1
|/
* Fix installation of .pdb files for applications that have VERSION setJoerg Bornemann2019-03-311-4/+1
* tst_qmake: Add XFAILing testJoerg Bornemann2019-03-264-5/+58
* tst_qmake: Keep the source dir cleanJoerg Bornemann2019-03-204-19/+75
* Fix license headersJani Heikkinen2018-01-091-14/+20
* Adapt qmake's raw-string parser to avoid confusion by macrosEdward Welbourne2017-08-243-2/+155
* Preserve last modification timestamps of installed filesSimon Hausmann2017-04-121-0/+1
* 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