• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TEMPLATE = app
2TARGET = test3_mvov
3
4include (configuration.pri)
5
6DEFINES += \
7    USE_FLOAT \
8    USE_DOUBLE \
9    USE_STD_COMPLEX \
10    USE_STD_MAP \
11    USE_MAPPED_VECTOR_OF_MAPPED_VECTOR
12
13HEADERS += ../../../test/test3.hpp
14
15SOURCES += \
16    ../../../test/test33.cpp \
17    ../../../test/test32.cpp \
18    ../../../test/test31.cpp \
19    ../../../test/test3.cpp
20