summaryrefslogtreecommitdiffstats
path: root/util/cmake
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-1618-486/+36
* Remove the qmake2cmake wrapper scripts and document where they areJoerg Bornemann2022-04-123-6/+3
* pro2cmake: Introduce qmake2cmake convenience scriptsJoerg Bornemann2022-03-083-53/+111
* pro2cmake: Handle QT_(MAJOR_|MINOR_|PATCH_)VERSION conditionsJoerg Bornemann2022-03-083-0/+38
* pro2cmake: Remove INSTALL_LOCATION from qt_add_qml_module callsJoerg Bornemann2022-03-081-1/+1
* pro2cmake: Generate find_package call for Qt5/Qt6 for examplesJoerg Bornemann2022-03-082-5/+19
* pro2cmake: Handle optional Qt modulesJoerg Bornemann2022-03-084-7/+54
* pro2cmake: Add a blackbox test for converting from qmake to CMakeJoerg Bornemann2022-03-082-0/+76
* pro2cmake: Enable AUTOUIC only if the project has FORMSJoerg Bornemann2022-03-081-1/+5
* pro2cmake: Write only one find_package call for Qt packagesJoerg Bornemann2022-03-082-3/+21
* pro2cmake: Add LibraryMapping.componentsJoerg Bornemann2022-03-081-248/+188
* pro2cmake: Make generated examples use qt_add_qml_module()Joerg Bornemann2022-03-081-197/+342
* pro2cmake: Fix indentation of INSTALL_EXAMPLESDIR assignmentJoerg Bornemann2022-03-031-1/+1
* pro2cmake: Fix static type errors in condition_simplifier_cache.pyJoerg Bornemann2022-03-031-5/+1
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-02-281-1/+1
* pro2cmake: Update README.mdJoerg Bornemann2022-02-281-9/+3
* pro2cmake: Set a project version for examplesJoerg Bornemann2022-02-281-1/+2
* pro2cmake: Handle qmake condition operator precedenceAlexandru Croitor2022-02-283-1/+75
* pro2cmake: Fix test_realworld_comment_scopeJoerg Bornemann2022-02-281-1/+1
* pro2cmake: Remove superfluous call to _simplify_flavors_in_conditionJoerg Bornemann2022-02-281-1/+0
* pro2cmake: Fix test_scope_handling.pyJoerg Bornemann2022-02-281-6/+5
* pro2cmake: Re-format sources with blackJoerg Bornemann2022-02-285-26/+30
* Bump version to 6.4.0Jani Heikkinen2022-01-311-1/+1
* Don't set CMAKE_AUTORCC in pro2cmake.pyJoerg Bornemann2022-01-211-1/+0
* pro2cmake: Fix exception with newer pyparsing moduleJoerg Bornemann2022-01-211-3/+8
* configure: Remove unused facility to define variable assignmentsJoerg Bornemann2021-11-011-7/+1
* Don't use libs in /usr/local for configure tests by default on macOSJoerg Bornemann2021-10-081-0/+7
* pro2cmake: Generate public CMake API code for projects by defaultAlexandru Croitor2021-09-271-4/+43
* pro2cmake: Augment searching of .qmake.conf with .cmake.confAlexandru Croitor2021-09-271-42/+58
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-09-271-0/+3
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-176-18/+14
* pro2cmake: Fix reported make flake8 issuesAlexandru Croitor2021-09-091-1/+0
* pro2cmake: run make format to fix styling issuesAlexandru Croitor2021-09-094-34/+82
* pro2cmake.py: generate examples with properties in qt_add_executable()Oliver Eftevaag2021-09-081-5/+18
* CMake: Bump project versionsAlexandru Croitor2021-08-021-1/+1
* CMake: Fix Vulkan to be found when targeting AndroidAlexandru Croitor2021-07-011-1/+1
* Fix mapping of MultimediaQuick internal moduleAlexey Edelev2021-06-221-2/+2
* Fix internal module mappings of the qtdeclarative repoAlexey Edelev2021-06-111-8/+8
* Update internal module mappingsAlexey Edelev2021-06-101-5/+5
* Bump versionJani Heikkinen2021-06-101-1/+1
* Fix support for using system supplied md4c libraryNiclas Rosenvik2021-06-031-0/+1
* Add the 'Private' suffix to the internal module name by defaultAlexey Edelev2021-05-311-0/+1
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-16/+16
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-12/+10
* pro2cmake: Add support for standalone CMake test configurationCristian Adam2021-04-271-0/+6
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-191-1/+1
* CMake: pro2cmake: Use latest project version for qml import versionAlexandru Croitor2021-04-151-2/+2
* Fix backtrace on non-linux systemsNiclas Rosenvik2021-03-221-0/+1
* Enable X11 on other platforms than just LinuxNiclas Rosenvik2021-03-161-2/+6