aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version number to 1.0.6HEADv1.0.6devJoerg Bornemann2023-12-041-1/+1
* Raise an error if specified min Qt version is too lowJoerg Bornemann2023-10-112-1/+10
* Bump version number to 1.0.5v1.0.5Joerg Bornemann2023-04-241-1/+1
* Add platformdirs package to setup.cfgJoerg Bornemann2023-04-241-0/+1
* Bump version number to 1.0.4v1.0.4Joerg Bornemann2023-04-241-1/+1
* Fix the project_urls key in setup.cfgJoerg Bornemann2023-04-241-1/+1
* Remove the download URL from setup.cfgJoerg Bornemann2023-04-241-1/+0
* CI: Repair pip call on WindowsJoerg Bornemann2023-04-241-1/+1
* Soft-pin dependency versionsJoerg Bornemann2023-03-201-10/+10
* Remove pipenv supportJoerg Bornemann2023-03-202-37/+9
* Use `platformdirs` package to get the cache directoryAmir Masoud Abdol2023-03-173-3/+5
* Bump version number to 1.0.3v1.0.3Joerg Bornemann2023-03-161-1/+1
* Replace GENERATE_METATYPES with NO_GENERATE_METATYPESAmir Masoud Abdol2023-03-091-2/+2
* Add C to CMake's project LANGUAGESAmir Masoud Abdol2023-02-282-2/+2
* Fix reformat errorsJoerg Bornemann2023-02-272-9/+0
* Fix mypy warningsJoerg Bornemann2023-02-271-10/+9
* Fix "ambiguous variable name" warningsJoerg Bornemann2023-02-271-2/+2
* CI: Fix python executable for LinuxJoerg Bornemann2023-02-271-1/+1
* Fix test_conversion failures on WindowsJoerg Bornemann2022-09-151-3/+3
* Bump version number to 1.0.2v1.0.2Joerg Bornemann2022-07-121-1/+1
* Switch license headers to SPDXJoerg Bornemann2022-07-0617-381/+58
* Fix qt_add_plugin calls for Qt < 6.5Joerg Bornemann2022-07-042-3/+25
* 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
* Bump version number to 1.0.1v1.0.1Joerg Bornemann2022-05-111-1/+1
* Fix the releasing docsJoerg Bornemann2022-05-111-1/+1
* Write the qt_standard_project_setup call after find_packageJoerg Bornemann2022-05-041-6/+6
* qmake2cmake_all: Fix help textsJoerg Bornemann2022-05-021-8/+8
* qmake2cmake_all: Remove --only-qtbase-main-modules argumentJoerg Bornemann2022-05-021-33/+0
* Update contributing sectionAlexandru Croitor2022-04-191-1/+11
* Update CI steps to account for new installation procedureAlexandru Croitor2022-04-131-2/+5
* Rename run_qmake2cmake to qmake2cmake_allv1.0.0Joerg Bornemann2022-04-132-4/+4
* Add module src-structure for packaging and testsCristián Maureira-Fredes2022-04-1227-139/+115
* Add releasing instructions to README.mdJoerg Bornemann2022-04-061-0/+34
* Add a setup moduleJoerg Bornemann2022-04-052-0/+83
* Don't use wildcards in MakefileJoerg Bornemann2022-04-041-4/+5
* Add a warning comment to the convenience wrappersJoerg Bornemann2022-04-044-0/+12
* run_qmake2cmake: Fix execution of pro2cmake in wheelJoerg Bornemann2022-04-041-2/+1
* Add a license fileJoerg Bornemann2022-04-041-0/+674
* Add Coin CI instructions for Linux and macOSAlexandru Croitor2022-04-043-0/+152
* Generate deploy commands when using Qt 6.3Alexandru Croitor2022-04-013-8/+87
* Prepend a line break before add_subdirectory callsAlexandru Croitor2022-04-012-4/+13
* Update README on contributing to the scriptsAlexandru Croitor2022-04-011-8/+7
* Add flake8 as dependency to requirements.txtAlexandru Croitor2022-04-011-0/+1
* README: Mention the need to specify a minimum Qt versionJoerg Bornemann2022-03-311-3/+7
* Fix usage of deprecated QT_SKIP_QUICKCOMPILERJoerg Bornemann2022-03-311-3/+3
* run_qmake2cmake: Stop if the main file could not be convertedJoerg Bornemann2022-03-311-1/+3
* Add --min-qt-version command line argumentJoerg Bornemann2022-03-313-6/+52
* run_pro2cmake: Add --main-file command line optionJoerg Bornemann2022-03-311-3/+17