96c2547a1f
- Fixed libraries and include paths. - In windows, the filename of the tests programs (to be executed after compilation) has been fixed. - In windows, all tests programs and benchmark programs are compiled as console programs. - In windows, the warning C4996 has been disabled. - In windows, asyncronous exceptions are captured in comp_mat_erase test.
10 lines
149 B
Prolog
10 lines
149 B
Prolog
TEMPLATE = app
|
|
TARGET = comp_mat_erase
|
|
|
|
win*: QMAKE_CXXFLAGS += /EHa
|
|
|
|
include (configuration.pri)
|
|
|
|
SOURCES += \
|
|
../../../test/comp_mat_erase.cpp
|