summaryrefslogtreecommitdiffstats
path: root/mkspecs/wince50standard-x86-msvc2005/default_post.prf
blob: 2436efb2070cb1f7e8eb1b705e3cd6a4a12da0a0 (plain)
1
2
3
4
5
6
# Visual Studio has some definitions set internally.
# Thus we do not need to redefine these.
equals(TEMPLATE, "vc.*") {
    QMAKE_CXXFLAGS += -fp:precise
}