aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_conversion.py
Commit message (Expand)AuthorAgeFilesLines
* Don't write code for Qt5 and Qt6HEADdevJoerg Bornemann2024-12-061-5/+3
* Fix test_conversion failures on WindowsJoerg Bornemann2022-09-151-3/+3
* Switch license headers to SPDXJoerg Bornemann2022-07-061-27/+2
* 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-121-7/+5
* Generate deploy commands when using Qt 6.3Alexandru Croitor2022-04-011-0/+39
* Add --min-qt-version command line argumentJoerg Bornemann2022-03-311-4/+9
* Generate install commands and modify the preludeAlexandru Croitor2022-03-311-0/+16
* Add tests for converting QML modulesJoerg Bornemann2022-03-311-0/+55
* Add tests for TEMPLATE=app projectsJoerg Bornemann2022-03-311-0/+24
* Fix conversion of library projectsJoerg Bornemann2022-03-311-0/+22
* Add autotest for converting SUBDIRS projectsJoerg Bornemann2022-03-311-2/+28
* 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-081-0/+8
* pro2cmake: Generate find_package call for Qt5/Qt6 for examplesJoerg Bornemann2022-03-081-3/+5
* pro2cmake: Handle optional Qt modulesJoerg Bornemann2022-03-081-0/+8
* pro2cmake: Add a blackbox test for converting from qmake to CMakeJoerg Bornemann2022-03-081-0/+73