Introducing winrtrunner
authorAndrew Knight <andrew.knight@digia.com>
Wed, 12 Feb 2014 14:34:47 +0000 (16:34 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 13 Feb 2014 06:15:35 +0000 (07:15 +0100)
commita50e2a824c27af0b669cd728eb901db7f6a11b72
treeea5e8507cd890494d07c4b29304cf0db8757ffdd
parentc0a060b38e61ead7ab333bdce126572c98c1f41e
Introducing winrtrunner

winrtrunner is a console application for launching WinRT Qt packages. It
handles:
- installing (registering) & removing the package
- launching & terminating the app
- fetching & dispaying test output for test cases

It is designed to compile everywhere, as the platform-specific backends
are left out where not supported. Currently it only has a backend for
Appx packages, so MSVC2012/2013 is required. It may support other
backends over time, such as Windows Phone and remote Appx, as well as
any host SDK that gains support for deploying to these platforms.

Done-with: Maurice Kalinowski <maurice.kalinowski@digia.com>
Change-Id: I424c228435d8eb4608a1d1854106b9df69ca5f11
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
src/src.pro
src/winrtrunner/appxengine.cpp [new file with mode: 0644]
src/winrtrunner/appxengine.h [new file with mode: 0644]
src/winrtrunner/main.cpp [new file with mode: 0644]
src/winrtrunner/runner.cpp [new file with mode: 0644]
src/winrtrunner/runner.h [new file with mode: 0644]
src/winrtrunner/runnerengine.h [new file with mode: 0644]
src/winrtrunner/winrtrunner.pro [new file with mode: 0644]