aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Don't write code for Qt5 and Qt6HEADdevJoerg Bornemann2024-12-061-3/+2
* Add C to CMake's project LANGUAGESAmir Masoud Abdol2023-02-281-1/+1
* Generate deploy commands when using Qt 6.3Alexandru Croitor2022-04-011-1/+4
* Prepend a line break before add_subdirectory callsAlexandru Croitor2022-04-011-0/+1
* Remove the runtime output dir and install rpath generated codeAlexandru Croitor2022-03-311-10/+2
* Generate install commands and modify the preludeAlexandru Croitor2022-03-313-0/+22
* Don't add "Generated from ..." commentsJoerg Bornemann2022-03-311-2/+0
* Make target_link_libraries private whenever possibleJoerg Bornemann2022-03-311-1/+1
* Add tests for converting QML modulesJoerg Bornemann2022-03-314-0/+34
* Add tests for TEMPLATE=app projectsJoerg Bornemann2022-03-314-0/+14
* Fix conversion of library projectsJoerg Bornemann2022-03-314-0/+11
* Take QT assignments in subdir projects into accountJoerg Bornemann2022-03-312-1/+3
* Handle the .file and .subdir SUBDIRS modifiersJoerg Bornemann2022-03-315-1/+19
* Add autotest for converting SUBDIRS projectsJoerg Bornemann2022-03-313-0/+23
* pro2cmake: Handle QT_(MAJOR_|MINOR_|PATCH_)VERSION conditionsJoerg Bornemann2022-03-081-0/+8
* pro2cmake: Handle optional Qt modulesJoerg Bornemann2022-03-081-0/+4
* pro2cmake: Add a blackbox test for converting from qmake to CMakeJoerg Bornemann2022-03-081-0/+3
* pro2cmake: Handle qmake condition operator precedenceAlexandru Croitor2022-02-281-0/+11
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-1/+1
* Add support for converting qtTargetLibrary() value assignmentsLeander Beernaert2019-08-081-0/+2
* Improve qmake syntax parser in pro2cmake.pyAlexandru Croitor2019-05-233-0/+7
* Fix the fix to correctly handle comments in multi-line assignmentsAlexandru Croitor2019-05-201-0/+18
* Fix parsing qmake assignments that have comments in betweenAlexandru Croitor2019-05-171-0/+4
* CMake: pro2cmake.py: Simplify code and add test for line continuationTobias Hunger2019-02-281-0/+10
* CMake: pro2cmake.py: Handle for loops without blockTobias Hunger2019-02-281-0/+4
* CMake: pro2cmake.py: Make \$\$QT_FOO work in assignmentsTobias Hunger2019-02-281-0/+2
* CMake: pro2cmake.py: Fix parsing of Line continuation before end of fileTobias Hunger2019-02-281-0/+3
* CMake: pro2cmake.py: Fix parsing of for loopsTobias Hunger2019-02-281-0/+11
* CMake: pro2cmake.py: Handle complex conditionsTobias Hunger2019-02-281-0/+4
* CMake: pro2cmake.py: Handle values with () in assignmentsTobias Hunger2019-02-271-0/+2
* CMake: pro2cmake.py: Better parsing of scopes with elseTobias Hunger2019-02-274-0/+31
* Begin port of qtbase to CMakeSimon Hausmann2018-11-0115-0/+96