summaryrefslogtreecommitdiffstats
path: root/mkspecs/wince50standard-mipsii-msvc2005/default_post.prf
blob: 4dbcf35d6cdbcbd11ad253d08db53eae3cd4f894 (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_MRX000=3000
    QMAKE_CXXFLAGS += -fp:precise
}