cd68a7c7e8
Removed '!' (test for command failure) before 'include' commands.
14 lines
227 B
Prolog
14 lines
227 B
Prolog
TEMPLATE = app
|
|
TARGET = test4
|
|
|
|
include (configuration.pri)
|
|
|
|
DEFINES += $$UBLAS_TESTSET
|
|
|
|
HEADERS += ../../../test/test4.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/test43.cpp \
|
|
../../../test/test42.cpp \
|
|
../../../test/test4.cpp
|