mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-11-10 16:51:04 -05:00
13 lines
203 B
Prolog
13 lines
203 B
Prolog
|
|
TEMPLATE = app
|
||
|
|
TARGET = triangular_access
|
||
|
|
|
||
|
|
!include (configuration.pri)
|
||
|
|
|
||
|
|
DEFINES += NOMESSAGES
|
||
|
|
|
||
|
|
HEADERS += \
|
||
|
|
../../../test/common/testhelper.hpp
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
../../../test/triangular_access.cpp
|