summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
Commit message (Expand)AuthorAgeFilesLines
* CMake: Update pro2cmake and friend to convert QtVirtualkeyboardLeander Beernaert2020-04-151-0/+2
* CMake: pro2cmake expand variables for qt_add_resource()Leander Beernaert2020-04-141-0/+12
* CMake: Handle missing packages in project compile testsAlexandru Croitor2020-04-091-1/+7
* CMake: pro2cmake: Handle $$PWD in included .pri files correct-ishAlexandru Croitor2020-04-081-1/+12
* CMake: Implement proper exclusion of tools including installingAlexandru Croitor2020-04-071-1/+4
* CMake: Reformat python scriptsAlexandru Croitor2020-04-061-2/+5
* CMake: pro2cmake: Allow specifiying custom output fileAlexandru Croitor2020-04-061-5/+24
* CMake: pro2cmake: Skip conversion of doc snippetsAlexandru Croitor2020-04-031-0/+5
* CMake: Handle standalone config.tests in configure libraries sectionAlexandru Croitor2020-04-031-1/+11
* CMake: Allow excluding tools and apps from the default 'all' targetAlexandru Croitor2020-04-021-0/+17
* CMake: Fix exception in pro2cmake about missing v1 apiLeander Beernaert2020-03-251-0/+1
* CMake: Add support for bundled SQLite libraryLeander Beernaert2020-03-251-0/+2
* CMake: pro2cmake: Consider system-assimp for conditionsAlexandru Croitor2020-03-231-0/+1
* CMake: Skip inclusion of selfcover.priLeander Beernaert2020-03-191-0/+4
* CMake: Don't use GUI for tests that use QT += testlib-privateAlexandru Croitor2020-03-191-3/+3
* CMake: pro2cmake: Handle javascript files not present in qmldirAlexandru Croitor2020-03-171-0/+5
* CMake: pro2cmake: Handle system tiff featureAlexandru Croitor2020-03-171-0/+1
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* CMake: pro2cmake handle ${QT_SOURCE_TREE} for include statementsLeander Beernaert2020-03-121-0/+7
* CMake: Reformat the python scripts using blackAlexandru Croitor2020-03-121-3/+3
* CMake: pro2cmake: Handle LIBS_SUFFIX define correctlyAlexandru Croitor2020-03-121-0/+12
* CMake: pro2cmake: Fix opengles condition substitutionAlexandru Croitor2020-03-101-1/+1
* CMake: Remove old 3rdparty mechanism for double conversionAlexandru Croitor2020-03-101-0/+1
* CMake: Add python version requirement note to pro2cmakeAlexandru Croitor2020-03-091-0/+3
* CMake: Fix handling of QML_IMPORT_VERSION in pro2cmakeAlexandru Croitor2020-03-091-21/+27
* Correct pro2cmake's Requirements messageEdward Welbourne2020-02-281-1/+1
* CMake: Port the reduce-relocations featureJoerg Bornemann2020-02-251-0/+15
* CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-251-6/+63
* Do not try to find .qmake.conf past the root directoryFrederik Gladhorn2020-02-211-0/+4
* Use INSTALL_QMLDIR instead of Qt6_DIR for qmltypes propertiesLeander Beernaert2020-02-121-1/+1
* Add support for qt_helper_lib()Leander Beernaert2020-02-121-0/+39
* Use posixpath when generating relative pathMårten Nordheim2020-02-071-1/+1
* pro2cmake: Handle QT += core-private correctly for modulesAlexandru Croitor2020-02-051-10/+53
* pro2cmake: Fix flake and mypy issuesAlexandru Croitor2020-01-291-5/+5
* pro2cmake: Handle QML_IMPORT_MAJOR_VERSION and minor variantsAlexandru Croitor2020-01-291-0/+11
* Fix example generation without qmldir fileLeander Beernaert2020-01-281-4/+2
* pro2cmake: Don't set OUTPUT_NAME for qml pluginsAlexandru Croitor2020-01-271-2/+2
* Reformat pro2cmakeAlexandru Croitor2020-01-271-25/+23
* Fix plugin target names to be compatible with Qt 5Alexandru Croitor2020-01-271-6/+22
* Support for QML Type RegistrarLeander Beernaert2020-01-241-1/+36
* Run make formatLeander Beernaert2020-01-161-1/+1
* Do not set OUTPUT_DIRECTORY if it is already setLeander Beernaert2020-01-161-2/+8
* Adjust OUTPUT_DIRECTORY for tests when targets starts with ../Leander Beernaert2020-01-141-0/+8
* Fix CMAKE_CROSSCOMPILING property name conversionLeander Beernaert2020-01-131-1/+1
* Add condition mapping for cross_compile to CMAKE_CROSS_COMPILINGLeander Beernaert2019-12-111-0/+2
* Collect Json Metatypes from CMake's AutomocLeander Beernaert2019-12-041-0/+2
* pro2cmake: Format againAlexandru Croitor2019-11-261-9/+5
* Post merge fixesLeander Beernaert2019-11-251-4/+9
* Add support for DYNAMIC_QMLDIR to pro2cmakeLeander Beernaert2019-11-251-50/+134