• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEMPLATE = app
2TARGET = sparse_view_test
3
4win*:QMAKE_CXXFLAGS += /EHa
5# Support asynchronous structured exception handling
6# (SEH) with the native C++ catch(...) clause.
7
8include (configuration.pri)
9
10SOURCES += \
11    ../../../test/sparse_view_test.cpp
12