summaryrefslogtreecommitdiff
path: root/share/qbs/module-providers/Qt/templates
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/1.21' into 1.22Christian Kandeler2022-04-071-1/+4
|\
| * Qt support: Fix QtQuick compiler path for Qt 6Christian Kandeler2022-01-191-1/+4
* | Qt support: Consider QT_INSTALL_PREFIX when reading .prl filesChristian Kandeler2022-03-253-2/+5
* | Qt support: Fix static builds against Qt 6Christian Kandeler2022-03-252-4/+14
* | Android: Allow to generate multi-arch package with Qt >= 6.3Raphael Cotty2022-02-091-1/+18
* | Add qmlImportPaths property to Qt.android_supportJan Blackquill2022-02-031-1/+5
* | Use Host and FileInfo serviceRaphael Cotty2022-01-312-2/+4
* | Ignore weak symbols when re-linking in non-strict modeChristian Kandeler2021-12-061-1/+1
* | 'product' variable points to 'importingProduct" in Export itemsRaphael Cotty2021-11-301-10/+2
* | QtQuick compiler: we can end with .mjs tooJan Blackquill2021-11-221-1/+1
* | Fix descriptions for JS commandsDenis Shienkov2021-11-154-4/+4
* | Qt support: Use cpp.systemIncludePaths for Qt headersChristian Kandeler2021-11-108-13/+10
|/
* Android: correct rcc path for Qt >= 6.2Raphael Cotty2021-10-252-1/+3
* Merge branch '1.20' into masterIvan Komissarov2021-10-043-4/+42
|\
| * qmlcachegen: fix mapping separatorIvan Komissarov2021-09-281-1/+1
| * Remove unused codeIvan Komissarov2021-09-271-1/+0
| * qmlcache: fix qmlcachegen with Qt >= 5.15Ivan Komissarov2021-09-272-1/+7
| * Android: Add stripping for release buildsRaphael Cotty2021-09-231-2/+35
* | Simplify all single-line 'prepare' scriptsDenis Shienkov2021-09-281-6/+2
|/
* Account for more QML-related binaries being in libexecMitch Curtis2021-06-283-3/+4
* Merge branch '1.19' into masterIvan Komissarov2021-06-022-3/+3
|\
| * Use qbs.hostOS instead of qbs.targetOS in qml.jsIvan Komissarov2021-05-312-3/+3
* | Android: Add option to use dex compiler d8 instead of dxRaphael Cotty2021-05-261-2/+7
* | Android: Remove Ministro supportRaphael Cotty2021-05-241-34/+27
* | Replace "product" variable by "exportingProduct" in Export itemsRaphael Cotty2021-05-071-2/+2
|/
* Android: Compensate Qt issue in network dependencies for 5.15.0 < Qt < 5.15.3Raphael Cotty2021-04-201-3/+77
* Qt support: Fix possible command line length issue with qmlimportscannerChristian Kandeler2021-04-122-5/+22
* Fix accessing binaries from libexecIvan Komissarov2021-03-305-7/+24
* Share cpp::objectSuffix propertyDenis Shienkov2021-03-301-1/+1
* Test for array-like objects with instanceof ArrayRichard Weickelt2021-02-152-2/+2
* Do not rely on leaked context variablesRichard Weickelt2021-02-132-5/+5
* Add missing import statementsRichard Weickelt2021-02-131-0/+1
* Android: Conditionnally depends on cpp remove old fixRaphaël Cotty2021-01-291-3/+9
* Android: Fix debugging supportRaphaël Cotty2020-12-082-31/+6
* Disable moc for the aggregate product when multiplexingRaphaël Cotty2020-11-261-0/+5
* Android: Update for Qt 6Raphaël Cotty2020-11-173-5/+42
* Android: Remove targetName suffix from QtApplicationRaphaël Cotty2020-10-231-2/+3
* Android: Update for Qt 5.15Raphaël Cotty2020-10-211-0/+4
* Android: Allow exporting of Qt modules by using importingProductRaphaël Cotty2020-10-211-2/+10
* Fix passing compiler defines to mocIvan Komissarov2020-08-171-1/+1
* qt6: Update cpp.cxxLanguageVersion in Qt templatesIvan Komissarov2020-07-281-1/+3
* Android: Do not fail if project contains multiple shared librariesAlberto Mardegan2020-07-211-3/+2
* Android: Add support to generation of aab packageRaphaël Cotty2020-06-251-3/+3
* Add QT_NO_DEBUG macro when using "profiling" buildVariantIvan Komissarov2020-05-181-3/+3
* Do not use app.qmltypes anymoreMaximilian Goldstein2020-03-301-1/+1
* Qt: Add support for the new QML type registration mechanismChristian Kandeler2020-03-091-0/+70
* Qt support: Add support for moc metatype filesChristian Kandeler2020-03-062-6/+43
* Android: Update support to qt 5.14 and multi-arch apks for Qt appsRaphaël Cotty2020-02-041-29/+121
* Qt support: Remove dependency on qml-private from QtQuick moduleChristian Kandeler2019-12-181-1/+1
* Merge 1.14 into masterChristian Kandeler2019-10-161-2/+2
|\