summaryrefslogtreecommitdiffstats
path: root/mkspecs/wince50standard-armv4i-msvc2005/default_post.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/wince50standard-armv4i-msvc2005/default_post.prf')
-rw-r--r--mkspecs/wince50standard-armv4i-msvc2005/default_post.prf7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkspecs/wince50standard-armv4i-msvc2005/default_post.prf b/mkspecs/wince50standard-armv4i-msvc2005/default_post.prf
new file mode 100644
index 0000000000..900d758cc3
--- /dev/null
+++ b/mkspecs/wince50standard-armv4i-msvc2005/default_post.prf
@@ -0,0 +1,7 @@
+# Visual Studio has some definitions set internally.
+# Thus we do not need to redefine these.
+equals(TEMPLATE, "vc.*") {
+ DEFINES -= _M_ARM
+ QMAKE_CXXFLAGS += -fp:precise
+}
+