mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-25 10:52:31 -04:00
15 lines
259 B
Prolog
15 lines
259 B
Prolog
TEMPLATE = app
|
|
TARGET = test1
|
|
|
|
!include (configuration.pri)
|
|
|
|
DEFINES += $$UBLAS_TESTSET
|
|
|
|
HEADERS += ../../../test/test1.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/test13.cpp \
|
|
../../../test/test12.cpp \
|
|
../../../test/test11.cpp \
|
|
../../../test/test1.cpp
|