summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/shared
Commit message (Expand)AuthorAgeFilesLines
* Remove macdeployqt and windeployqtJoerg Bornemann2021-11-262-1744/+0
* macdeployqt: Write Paths/QmlImports to qt.confJoerg Bornemann2021-11-261-1/+1
* macdeployqt: Don't write Paths/Imports to qt.confJoerg Bornemann2021-11-231-1/+0
* macdeployqt: Use static QFile::exists() and QFileInfo::exists()Jonas Kvinge2021-11-011-6/+6
* macdeployqt: don’t stop qmlimportscanner after 30sMorten Johan Sørvig2021-10-221-1/+1
* macdeployqt: Fix typosJonas Kvinge2021-10-111-3/+3
* macdeployqt: detect debug libs by using “_debug” suffixMorten Johan Sørvig2021-09-091-1/+1
* macdeployqt: process rpaths in deterministic orderMorten Johan Sørvig2021-09-092-27/+33
* Replace foreach with C++11 for loopJonas Kvinge2021-08-301-25/+27
* macdeployqt: deploy plugins also when QtCore5Compat existsMorten Johan Sørvig2021-08-271-1/+2
* macdeployqt: fix network plugin deploymentMorten Johan Sørvig2021-08-251-1/+1
* macdeployqt: Remove misplaced whitespaceJonas Kvinge2021-08-241-1/+1
* CMake: Use qmlimportscanner from libexec folderAlexandru Croitor2021-05-251-2/+4
* macdeployqt: Fix bug parsing otool output when deploying pluginsSeth Parker2021-04-271-4/+10
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-2/+2
* Remove macchangeqt from Qt 6Morten Johan Sørvig2020-10-052-35/+0
* Fix compile warning: QLibraryInfo::path instead of locationVolker Hilsheimer2020-09-281-4/+4
* Revert "macdeployqt: Don't copy .prl files into the Resources folder"Morten Johan Sørvig2020-09-221-8/+2
* macdeployqt: Don't copy .prl files into the Resources folderAndy Shaw2020-08-031-2/+8
* macdeployqt: add Qt3D renderer plugins to deploymentPaul Lemire2020-06-291-1/+1
* Parse the otool line when it has ", weak" as part of the itAndy Shaw2020-04-171-1/+1
* Merge remote-tracking branch 'origin/5.15' into devAlexandru Croitor2020-04-151-1/+7
|\
| * [macdeployqt] Add option to include secure timestamp when signingMichael Brüning2020-03-311-1/+7
* | Remove unnecessary includeLars Knoll2020-04-081-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-011-0/+24
|\|
| * [macdeployqt] Use entitlements from file for signing if presentMichael Brüning2020-01-281-0/+24
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-221-3/+11
|\|
| * macdeployqt: Add option for enabling hardened runtimeMorten Johan Sørvig2019-10-171-3/+11
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-10-041-5/+6
|\ \ | |/ |/|
| * Fix Qt6 buildAlexandru Croitor2019-07-291-5/+6
* | Eradicate the last Java-style iterators and mark the module free of themMarc Mutz2019-07-121-5/+4
|/
* Remove usages of deprecated qSortSona Kurazyan2019-06-201-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-021-0/+10
|\
| * macdeployqt: Deploy the platforminputcontext plugins and vkb pluginsAndy Shaw2019-02-271-0/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-1/+2
|\|
| * macdeployqt: Deploy QtSpeech tts pluginSamuel Gaist2019-02-121-1/+2
* | Avoid considering symlinks as bundle librariesFilipe Azevedo2019-01-071-4/+5
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-031-1/+2
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-271-1/+2
| |\
| | * macOS: Don't overwrite the dylibs with the DWARF copyAndy Shaw2018-10-231-1/+2
* | | Add option to specify qmlimportscanner importPathsIlya Bizyaev2018-10-312-3/+6
|/ /
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-112-16/+31
|\|
| * macdeployqt: Deploy plugins when -no-framework is usedAndy Shaw2018-09-032-16/+30
* | We no longer need a workaround to include PrivateWidgetsAndy Shaw2018-07-051-25/+0
* | macdeployqt: Correctly handle bundling debug Qt libraries with @rpathTor Arne Vestbø2018-03-232-25/+41
|/
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-2/+8
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-022-2/+8
| |\
| | * macdeployqt: Implement selection of file system for .dmg fileSamuel Gaist2018-01-232-2/+8