summaryrefslogtreecommitdiffstats
path: root/mkspecs/winphone-arm-msvc2012
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2013-09-17 14:05:03 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 17:26:58 +0200
commitf89d30aa34337b7998f50fe4391114d1277d6814 (patch)
tree0eee736eff2ce2f31bb6aa175ca004970b810e45 /mkspecs/winphone-arm-msvc2012
parent8cc0f19f832053d3d2682e3b53bf2e17813da71a (diff)
WinRT: Introduced qfunctions_winrt
Using the same approach as, wince qfunctions_winrt is introduced to replace functions not available on Windows Runtime by their successor functions/ equivalents. Additionally this functionality is used for implementing a fake environment because WinRT does not support getting/setting of environment variables. The approach here is also the same that is used for wince. Change-Id: Ifc3b6b796ab8e8ea41456f4c929f9c3f65f24a0e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Andrew Knight <andrew.knight@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/winphone-arm-msvc2012')
-rw-r--r--mkspecs/winphone-arm-msvc2012/qplatformdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/winphone-arm-msvc2012/qplatformdefs.h b/mkspecs/winphone-arm-msvc2012/qplatformdefs.h
index e03bce8e6c..781107b2dc 100644
--- a/mkspecs/winphone-arm-msvc2012/qplatformdefs.h
+++ b/mkspecs/winphone-arm-msvc2012/qplatformdefs.h
@@ -39,4 +39,4 @@
**
****************************************************************************/
-#include "../win32-msvc2005/qplatformdefs.h"
+#include "../common/winrt_winphone/qplatformdefs.h"