summaryrefslogtreecommitdiffstats
path: root/examples/dependencies
Commit message (Collapse)AuthorAgeFilesLines
* Add missing content for example dependenciesJuha Karjalainen2018-04-0613-0/+26
| | | | | | | | | | | | | | | | | | | | | | Added missing content for example --> making it possible to test it. Changes to be committed: new file: examples/dependencies/packages/componentA/data/installcontentA.txt new file: examples/dependencies/packages/componentB/data/installcontentB.txt new file: examples/dependencies/packages/componentC/data/installcontentC.txt new file: examples/dependencies/packages/componentD/data/installcontentD.txt new file: examples/dependencies/packages/componentE/data/installcontentE.txt new file: examples/dependencies/packages/componentF.subcomponent1.subsubcomponent1/data/installcontentF_1_1.txt new file: examples/dependencies/packages/componentF.subcomponent1.subsubcomponent2/data/installcontentF_1_2.txt new file: examples/dependencies/packages/componentF.subcomponent1/data/installcontentF_1.txt new file: examples/dependencies/packages/componentF.subcomponent2.subsubcomponent1/data/installcontentF_2_1.txt new file: examples/dependencies/packages/componentF.subcomponent2.subsubcomponent2/data/installcontentF_2_2.txt new file: examples/dependencies/packages/componentF.subcomponent2/data/installcontentF_2.txt new file: examples/dependencies/packages/componentF/data/installcontentF.txt new file: examples/dependencies/packages/componentG/data/installcontentG.txt Change-Id: I40fde219a5ab866f611e596dd5991b9b93c8856f Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Store AutoDependOn inside components.xmlJarek Kobus2015-06-052-3/+42
| | | | | Change-Id: Id304ca857ee1897c35171d6c293774f1d638bc02 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
* Enable feature live preview of dependenciesjkobus2015-05-071-0/+1
| | | | | | | | | This feature is available after setting InstallActionColumnVisible property to true inside config.xml Change-Id: I5071d5c5c4562100a96530c581de01760ca0d2d5 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
* Fix the default installation location for all examplesLeena Miettinen2015-02-261-1/+1
| | | | | | | | Now they are all located in distinct subfolders of one common IfwExamples folder located in home. Change-Id: Ife92e8d7f7fc33bc1f941f49c75333d0e4fc72d1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Add a dependencies exampleLeena Miettinen2015-01-2317-0/+139
Change-Id: I77c404294a5210f892c88480fa5b56075d44cc30 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>