summaryrefslogtreecommitdiff
path: root/libs/numeric/ublas/IDEs/qtcreator/test/test3_mvov.pro
blob: f0a46dcd28083715a4165513bb96b73f738adfdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = test3_mvov

!include (configuration.pri)

DEFINES += \
    USE_FLOAT \
    USE_DOUBLE \
    USE_STD_COMPLEX \
    USE_STD_MAP \
    USE_MAPPED_VECTOR_OF_MAPPED_VECTOR

HEADERS += ../../../test/test3.hpp

SOURCES += \
    ../../../test/test33.cpp \
    ../../../test/test32.cpp \
    ../../../test/test31.cpp \
    ../../../test/test3.cpp