8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
|
# 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
|
||
|
}
|
||
|
|