mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Windows 10: Enable developer mode
In order to be able to run auto tests for UWP, developer mode has to be enabled. Change-Id: I4f20fb8d694d5148b7f976c1ef4bb23ff2fb57ba Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
committed by
Tony Sarajärvi
parent
a417fd37e0
commit
f51fd755b5
5
coin/provisioning/common/win10-enable-devmode.ps1
Normal file
5
coin/provisioning/common/win10-enable-devmode.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
# Turning on developer mode.
|
||||
#
|
||||
# In order to run auto tests for UWP, we have to enable developer mode on Windows 10 machines.
|
||||
# https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development
|
||||
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /V AllowDevelopmentWithoutDevLicense /T REG_DWORD /D 1 /F
|
||||
1
coin/provisioning/qtci-windows-10-x86/enable-devmode.ps1
Normal file
1
coin/provisioning/qtci-windows-10-x86/enable-devmode.ps1
Normal file
@@ -0,0 +1 @@
|
||||
. "$PSScriptRoot\..\common\win10-enable-devmode.ps1"
|
||||
@@ -0,0 +1 @@
|
||||
. "$PSScriptRoot\..\common\win10-enable-devmode.ps1"
|
||||
Reference in New Issue
Block a user