aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't write code for Qt5 and Qt6HEADdevJoerg Bornemann2024-12-062-8/+5
* Add C to CMake's project LANGUAGESAmir Masoud Abdol2023-02-281-1/+1
* Fix test_conversion failures on WindowsJoerg Bornemann2022-09-151-3/+3
* Switch license headers to SPDXJoerg Bornemann2022-07-066-162/+12
* Fix qt_add_plugin calls for Qt < 6.5Joerg Bornemann2022-07-041-3/+19
* test_conversion: Create subdirectory names containing the Qt versionJoerg Bornemann2022-07-041-2/+5
* test_conversion: Check whether source files are addedJoerg Bornemann2022-07-041-2/+4
* test_conversion: Copy generated files in separate subdirsJoerg Bornemann2022-07-041-1/+1
* Add module src-structure for packaging and testsCristián Maureira-Fredes2022-04-126-14/+12
* Generate deploy commands when using Qt 6.3Alexandru Croitor2022-04-012-1/+43
* Prepend a line break before add_subdirectory callsAlexandru Croitor2022-04-011-0/+1
* Add --min-qt-version command line argumentJoerg Bornemann2022-03-311-4/+9
* Remove the runtime output dir and install rpath generated codeAlexandru Croitor2022-03-311-10/+2
* Generate install commands and modify the preludeAlexandru Croitor2022-03-314-0/+38
* Don't add "Generated from ..." commentsJoerg Bornemann2022-03-311-2/+0
* Make target_link_libraries private whenever possibleJoerg Bornemann2022-03-311-1/+1
* Fix test_realworld_comment_scope for older versionsJoerg Bornemann2022-03-311-1/+3
* Add tests for converting QML modulesJoerg Bornemann2022-03-315-0/+89
* Add tests for TEMPLATE=app projectsJoerg Bornemann2022-03-315-0/+38
* Fix conversion of library projectsJoerg Bornemann2022-03-315-0/+33
* 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-314-2/+51
* test_conversion: Add docstrings to test functionsJoerg Bornemann2022-03-311-0/+2
* test_conversion: Call qmake2cmake instead of pro2cmake.pyJoerg Bornemann2022-03-311-5/+6
* test_conversion: Create output directory if not yet existingJoerg Bornemann2022-03-311-0/+2
* pro2cmake: Handle QT_(MAJOR_|MINOR_|PATCH_)VERSION conditionsJoerg Bornemann2022-03-082-0/+16
* pro2cmake: Generate find_package call for Qt5/Qt6 for examplesJoerg Bornemann2022-03-081-3/+5
* pro2cmake: Handle optional Qt modulesJoerg Bornemann2022-03-082-0/+12
* pro2cmake: Add a blackbox test for converting from qmake to CMakeJoerg Bornemann2022-03-082-0/+76
* pro2cmake: Handle qmake condition operator precedenceAlexandru Croitor2022-02-282-0/+25
* pro2cmake: Fix test_realworld_comment_scopeJoerg Bornemann2022-02-281-1/+1
* pro2cmake: Fix test_scope_handling.pyJoerg Bornemann2022-02-281-6/+5
* Remove conditioning on Android embeddedEdward Welbourne2021-09-174-13/+10
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-17/+17
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-14/+14
* pro2cmake: Handle operation evaluation order when including childrenAlexandru Croitor2019-11-121-4/+6
* cmake scripts: move parser into separate fileFrederik Gladhorn2019-10-102-4/+2
* cmake scripts: fix test_scope_handlingFrederik Gladhorn2019-10-101-1/+1
* Move sympy condition simplification code into separate fileAlexandru Croitor2019-10-011-1/+1
* Add support for converting qtTargetLibrary() value assignmentsLeander Beernaert2019-08-082-0/+9
* Enable recursive expansion of simple qmake variablesLeander Beernaert2019-07-181-0/+8
* Fix comment fixup in pro2cmakeAlexandru Croitor2019-06-061-0/+19
* Remove all line continuations when processing qmake syntaxAlexandru Croitor2019-05-231-4/+4
* Improve qmake syntax parser in pro2cmake.pyAlexandru Croitor2019-05-234-0/+22
* Fix the fix to correctly handle comments in multi-line assignmentsAlexandru Croitor2019-05-202-1/+19
* Fix parsing qmake assignments that have comments in betweenAlexandru Croitor2019-05-172-0/+8
* CMake: Fix test_scope_handlingTobias Hunger2019-05-171-31/+31
* CMake: Fix test_operationsTobias Hunger2019-05-171-4/+4
* Fix turned logic in RemoveOperationJędrzej Nowacki2019-03-281-0/+57