summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Hardening: fix _LIBCPP_HARDENING_MODEGiuseppe D'Angelo2024-03-271-1/+1
* Set the CMP0159 to NEW where applicableAlexey Edelev2024-03-272-0/+8
* Consider INSTALL_LIBDIR when calculating various cmake pathsAlexey Edelev2024-03-273-19/+79
* configure: Fix -system-zlib and -system-sqlite optionsJoerg Bornemann2024-03-271-2/+6
* configure: Fix -c++std and -sanitize optionsJoerg Bornemann2024-03-271-1/+21
* Move QtInstallPaths.cmake to the Qt6 packageAlexey Edelev2024-03-223-0/+35
* CMake/ELF: allow using Qt's full version number in the private tagsThiago Macieira2024-03-211-1/+5
* CMake: Reconfigure whenever module EXTRA_FILES are touchedAlexandru Croitor2024-03-221-0/+3
* Set the missing _qt_is_versionless_target property for versionless targetsAlexey Edelev2024-03-212-9/+2
* Set the _qt_ module properties for interface targetsAlexey Edelev2024-03-211-0/+12
* Allow filtering modules that will use pre-built toolsAlexey Edelev2024-03-201-0/+9
* CMake: Allow configuring a minimal subset of examples to deployAlexandru Croitor2024-03-192-0/+12
* CMake: Recompute QT_DEPLOY_PREFIX for each built exampleAlexandru Croitor2024-03-191-0/+2
* CMake: Fix finding standalone parts config file for yoctoAlexandru Croitor2024-03-191-1/+9
* cmake: Merge Apple platform auto-detect functionsTor Arne Vestbø2024-03-191-56/+50
* Add hardening build optionsGiuseppe D'Angelo2024-03-192-7/+50
* cmake: Override generator for iOS projects to Xcode in qt-cmake.inAlexandru Croitor2024-03-181-4/+13
* cmake: Move iOS detection into qt_auto_detect_iosTor Arne Vestbø2024-03-182-6/+5
* cmake: Don't set CMAKE_SYSTEM_NAME=iOS when configuring with -sdkTor Arne Vestbø2024-03-181-1/+1
* cmake: Rename QT_UIKIT_SDK to QT_APPLE_SDKTor Arne Vestbø2024-03-189-27/+32
* cmake: Propagate Apple platform build requirements to qconfig.priTor Arne Vestbø2024-03-141-2/+17
* coin: Add instructions to build standalone examplesAlexandru Croitor2024-03-141-0/+7
* CMake: Allow building all examples as standalone just like testsAlexandru Croitor2024-03-1412-96/+221
* CMake: Move most of CMakeLists.txt into QtBaseHelpers.cmakeAlexandru Croitor2024-03-141-0/+206
* Fix the condition for creating of the plugin init target aliasesAlexey Edelev2024-03-131-1/+1
* Collect CMAKE_MODULE_PATH from QT_ADDITIONAL_PACKAGES_PREFIX_PATHAlexey Edelev2024-03-132-0/+18
* QT_NO_AS_CONST: rename and add docsGiuseppe D'Angelo2024-03-131-1/+1
* CMake: Create alias targets for plugin init targetsAlexandru Croitor2024-03-121-1/+5
* "Simplify" versionless targetsAlexey Edelev2024-03-1212-25/+240
* CMake: Add public helper _qt_internal_add_phony_targetJoerg Bornemann2024-03-121-0/+118
* Correct license for qbatchedtestrunner.in.cpp fileLucie Gérard2024-03-121-1/+1
* CMake: Warn when examples are not added via qt_internal_add_exampleAlexandru Croitor2024-03-113-1/+30
* CMake: Adjust QT_ADDITIONAL_QML_PLUGIN_GLOB_PREFIXES for EP examplesAlexandru Croitor2024-03-111-0/+17
* CMake: Allow specifying additional glob paths for QmlPlugins.cmakeAlexandru Croitor2024-03-111-1/+22
* CMake: Disable ExternalProject examples for -debug-and-release buildsAlexandru Croitor2024-03-111-1/+5
* CMake: Adjust CMAKE_MODULE_PATH for ExternalProject examplesAlexandru Croitor2024-03-111-0/+6
* CMake: Fix syncqt IMPORTED_LOCATION path for multi-config buildsAlexandru Croitor2024-03-112-2/+26
* CMake: Pass CMAKE_MODULE_PATH to external project examplesAlexandru Croitor2024-03-111-0/+1
* CMake: Allow passing extra variables to external project examplesAlexandru Croitor2024-03-111-1/+9
* configure-cmake-mapping.md: add -qt-host-path and -DQT_HOST_PATHMitch Curtis2024-03-081-0/+1
* Realign columns in the configure-cmake-mappingGiuseppe D'Angelo2024-03-071-2/+2
* Change license for .in filesLucie Gérard2024-03-0519-0/+59
* CMake: Fix assignment in internal_get_build_vars_for_external_projectsAlexandru Croitor2024-03-051-2/+2
* CMake: Don't add default rpaths to qt qml plugins when requestedAlexandru Croitor2024-03-051-0/+18
* configure: Translate only boolean options to featuresJoerg Bornemann2024-03-051-5/+7
* CMake: add options to not generate target wrappersSamuli Piippo2024-03-051-1/+1
* cmake: Allow silencing CMake generator warning from environmentTor Arne Vestbø2024-03-041-1/+2
* wasm: remove DISABLE_EXCEPTION_CATCHING workaroundMorten Sørvig2024-02-271-6/+1
* wasm: don't set DISABLE_EXCEPTION_CATCHINGMorten Sørvig2024-02-271-2/+0
* Add the support for custom definitions to the qt_manual_moc functionAlexey Edelev2024-02-231-5/+38