summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmakelib
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-044-4/+4
* tst_qmakelib: compile with QT_NO_FOREACHAhmad Samir2023-08-193-12/+5
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-193-0/+7
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-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
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-164-108/+8
* Remove the qmake project filesJoerg Bornemann2021-01-071-25/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* tst_qmakelib: link to QtCore's private APIGiuseppe D'Angelo2020-12-041-0/+2
* qmakelib test: build with qmakeGiuseppe D'Angelo2020-11-061-1/+1
* qmake: Fix qHash-related integer conversion warningsFriedemann Kleint2020-10-171-1/+1
* Use QMetaType instead of integer based type idsLars Knoll2020-09-231-0/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-4/+4
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-202-3/+4
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-1/+1
* Port qmake from QStringRef to QStringViewLars Knoll2020-06-052-5/+2
* Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-052-1/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-032-2/+2
|\
| * QMake: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-282-2/+2
* | Regenerate tests/auto/toolsAlexandru Croitor2019-11-121-1/+0
* | cmake: Enable building more of the tools testsVille Voutilainen2019-09-091-0/+35
|/
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* qmake: add $$read_registry() functionOswald Buddenhagen2019-01-051-0/+2
* qmake: make argument validation of built-ins data drivenOswald Buddenhagen2018-06-271-36/+36
* qmake: make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2018-03-292-3/+3
* qmake: let QMakeVfs::readFile() report ENOFILE explicitlyOswald Buddenhagen2018-03-291-4/+0
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-03-221-2/+14
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-143-21/+127
|\
| * qmake: require a drive in a DOS path for it to be absoluteEdward Welbourne2018-01-183-21/+127
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-0/+4
|\|
| * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-181-0/+4
* | qmake: Add test functions for comparing version numbersAlexander Volkov2017-03-201-0/+38
|/
* qmake: introduce magic bypassNesting() scopeOswald Buddenhagen2016-12-132-0/+94
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+2
| |\
| | * fix $$section()'s bad argument count error messageOswald Buddenhagen2016-11-141-2/+2
* | | qmake: make discard_from() patch up QMAKE_INTERNAL_INCLUDED_FILES as wellOswald Buddenhagen2016-11-151-1/+3
* | | qmake: let discard_from() discard function definitions as wellOswald Buddenhagen2016-11-152-2/+12
* | | Improve QMake JSON errorAllan Sandfeld Jensen2016-11-151-1/+1
* | | add discard_from() functionOswald Buddenhagen2016-08-252-1/+16
* | | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-08-101-2/+2
* | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-08-081-1/+7