aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrt.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move IDeviceFactory closer to IDevice implementationhjk2019-02-211-2/+0
| | | | | | | | | Except for the DesktopDevice, which is kind of special. Also try a bit to make (and partially fail at doing so) naming and code structure (#include, use of namespaces) more similar to each other. Change-Id: I9fe266e706b72c14f59ff03ca1ae02dba3adcc71 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* QtSupport et al: Move QtVersionFactory to *QtVersion implementationhjk2019-02-181-2/+0
| | | | | | | At most a dozen lines each left. Change-Id: Ifbf34f814266ba7bee83d3fee9db831eb450dfc4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* WinRT: Use an aspect in WinRtPackageDeploymentStephjk2018-10-191-5/+0
| | | | | | | Less code. Change-Id: If168fe0a2ff6b60bbac638689d8979d9c630bfad Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Pass id to RunConfiguration constructorhjk2018-04-251-2/+0
| | | | | | | | | | | It's what the base class requires, and opens the possibility to have several factories creating the same type of run configuration. Also move ios, winrt and android factories closer to their products, it's the predominant pattern nowadays. Change-Id: Iad48152f02a248d22cb18dd435a2fc34d73c7077 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* WinRT: Introduce a custom UninstallAfterStopAspecthjk2018-04-171-2/+0
| | | | | | | ... to handle the remaning bool settings in the RunConfiguration. Change-Id: Icf5c0994860793c69ebb182fb7a0e15b7245c4ad Reviewed-by: David Schulz <david.schulz@qt.io>
* WinRT: Windows RT device iconsAlessandro Portale2016-12-011-0/+3
| | | | | Change-Id: I6dfe99273b4c168bbaf4ec1bd647b42a6573949a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* WinRT: Use ArgumentsAspect in run configurationhjk2016-01-121-2/+1
| | | | | | | | | Follow recent changes in other run configurations. Less code for more features (Macro expander...). Change-Id: I289dfd16b217c9d91a766b7f5eafe012e6e91dba Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* WinRT: Enable debugging for local packages.David Schulz2014-05-161-2/+6
| | | | | Change-Id: Ic04f1a471f951caf7a79c69cceecb0ebd5d09919 Reviewed-by: hjk <hjk121@nokiamail.com>
* WinRt: add windeployqt configuration widgetJoerg Bornemann2014-03-131-0/+3
| | | | | | | | | | | A simple line edit to display or change the arguments that are passed to windeployqt. Task-number: QTCREATORBUG-11693 Change-Id: I059f5c2af3fce17f9f8463ecfa2af91f21ffe6d8 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: Andrew Knight <andrew.knight@digia.com>
* Long live the Windows RT plugin!Joerg Bornemann2014-02-251-0/+35
Done-with: Andrew Knight <andrew.knight@digia.com> Done-with: Friedemann Kleint <friedemann.kleint@digia.com> Change-Id: I4772938e775056d6a36a7e75f868921a74007862 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>