summaryrefslogtreecommitdiff
path: root/src/winrtrunner/appxengine.h
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-02-05 17:23:01 +0100
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2016-02-15 07:30:11 +0000
commite3f7a53795247c0c5ed21931971e5f7506441218 (patch)
treed1d218bba9ef9885346096b6901090a17d5f1c7e /src/winrtrunner/appxengine.h
parent039707aad01a0b0b3539915f97054931058f16ef (diff)
downloadqttools-e3f7a53795247c0c5ed21931971e5f7506441218.tar.gz
Add signing to winrtrunner for Windows 10
winrtrunner cannot launch applications on the Windows 10 for Mobile emulator or device without having a signed appx package. However, a self-signed package is sufficient. Change-Id: I6c0ed8f061c84808d200d7c21972fc77d64fb4eb Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
Diffstat (limited to 'src/winrtrunner/appxengine.h')
-rw-r--r--src/winrtrunner/appxengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winrtrunner/appxengine.h b/src/winrtrunner/appxengine.h
index 30b03fe07..4aec67588 100644
--- a/src/winrtrunner/appxengine.h
+++ b/src/winrtrunner/appxengine.h
@@ -63,6 +63,7 @@ protected:
bool installDependencies();
bool createPackage(const QString &packageFileName);
+ bool sign(const QString &fileName);
static bool getManifestFile(const QString &fileName, QString *manifest = 0);
QScopedPointer<AppxEnginePrivate> d_ptr;