test3_mvov.pro 361 B

12345678910111213141516171819
  1. TEMPLATE = app
  2. TARGET = test3_mvov
  3. include (configuration.pri)
  4. DEFINES += \
  5. USE_FLOAT \
  6. USE_DOUBLE \
  7. USE_STD_COMPLEX \
  8. USE_STD_MAP \
  9. USE_MAPPED_VECTOR_OF_MAPPED_VECTOR
  10. HEADERS += ../../../test/test3.hpp
  11. SOURCES += \
  12. ../../../test/test33.cpp \
  13. ../../../test/test32.cpp \
  14. ../../../test/test31.cpp \
  15. ../../../test/test3.cpp