mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-25 10:52:31 -04:00
15 lines
266 B
Prolog
15 lines
266 B
Prolog
TEMPLATE = app
|
|
TARGET = test3
|
|
|
|
!include (configuration.pri)
|
|
|
|
DEFINES += $$UBLAS_TESTSET_SPARSE
|
|
|
|
HEADERS += ../../../test/test3.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/test33.cpp \
|
|
../../../test/test32.cpp \
|
|
../../../test/test31.cpp \
|
|
../../../test/test3.cpp
|