7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
|
# Visual Studio has some definitions set internally.
|
||
|
# Thus we do not need to redefine these.
|
||
|
equals(TEMPLATE, "vc.*") {
|
||
|
QMAKE_CXXFLAGS += -fp:precise
|
||
|
}
|
||
|
|