mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-12 23:26:15 -05:00
14 lines
228 B
Prolog
14 lines
228 B
Prolog
TEMPLATE = app
|
|
TARGET = test6
|
|
|
|
!include (configuration.pri)
|
|
|
|
DEFINES += $$UBLAS_TESTSET
|
|
|
|
HEADERS += ../../../test/test6.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/test63.cpp \
|
|
../../../test/test62.cpp \
|
|
../../../test/test6.cpp
|