summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-02-12 16:34:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-13 07:15:35 +0100
commita50e2a824c27af0b669cd728eb901db7f6a11b72 (patch)
treeea5e8507cd890494d07c4b29304cf0db8757ffdd /src/src.pro
parentc0a060b38e61ead7ab333bdce126572c98c1f41e (diff)
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>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 866a199e5..c12ff60bb 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -14,7 +14,7 @@ qtHaveModule(widgets) {
}
}
-SUBDIRS += linguist
+SUBDIRS += linguist winrtrunner
!android|android_app: SUBDIRS += qtpaths
mac {