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