summaryrefslogtreecommitdiffstats
path: root/mkspecs/wince50standard-armv4i-msvc2005/default_post.prf
blob: 900d758cc3ea55bd880617f7317666381af30e9a (plain)
1
2
3
4
5
6
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
}