winrtrunner: Build under MSVC 2015
authorAndrew Knight <andrew.knight@intopalo.com>
Wed, 22 Jul 2015 20:48:30 +0000 (23:48 +0300)
committerAndrew Knight <andrew.knight@intopalo.com>
Tue, 28 Jul 2015 15:58:36 +0000 (15:58 +0000)
Change-Id: I59086cfe94b471eef1c11f0ba3f21e8fc8e34640
Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
src/shared/corecon/corecon.pri [changed mode: 0644->0755]
src/winrtrunner/winrtrunner.pro [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ea22d74..3445b79
@@ -1,4 +1,4 @@
-win32-msvc2013 {
+win32-msvc2013|win32-msvc2015 {
     INCLUDEPATH += $$PWD
     HEADERS += $$PWD/ccapi.h $$PWD/ccapi_11.h $$PWD/ccapi_12.h $$PWD/corecon.h
     SOURCES += $$PWD/corecon.cpp
old mode 100644 (file)
new mode 100755 (executable)
index cae2c5a..c98f0df
@@ -8,7 +8,7 @@ HEADERS += runner.h runnerengine.h
 
 DEFINES += RTRUNNER_NO_APPXLOCAL RTRUNNER_NO_APPXPHONE
 
-win32-msvc2013 {
+win32-msvc2013|win32-msvc2015 {
     SOURCES += appxengine.cpp appxlocalengine.cpp appxphoneengine.cpp
     HEADERS += appxengine.h appxengine_p.h appxlocalengine.h appxphoneengine.h
     LIBS += -lruntimeobject -lwsclient -lShlwapi -lurlmon -lxmllite