ublas/IDEs/qtcreator/test/comp_mat_erase.pro
Joaquim Duran 96c2547a1f Fixed issues in Qt build system:
- 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.
2015-10-25 02:31:06 +01:00

10 lines
149 B
Prolog

TEMPLATE = app
TARGET = comp_mat_erase
win*: QMAKE_CXXFLAGS += /EHa
include (configuration.pri)
SOURCES += \
../../../test/comp_mat_erase.cpp