mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-29 12:12:27 -04: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
|