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