17 lines
487 B
CMake
17 lines
487 B
CMake
|
list(APPEND test_data "./data")
|
||
|
|
||
|
qt_internal_add_test(tst_baseline_text
|
||
|
SOURCES
|
||
|
../shared/baselineprotocol.cpp ../shared/baselineprotocol.h ../shared/lookup3.cpp
|
||
|
../shared/qbaselinetest.cpp ../shared/qbaselinetest.h
|
||
|
../shared/qwidgetbaselinetest.cpp ../shared/qwidgetbaselinetest.h
|
||
|
tst_baseline_text.cpp
|
||
|
INCLUDE_DIRECTORIES
|
||
|
../shared
|
||
|
PUBLIC_LIBRARIES
|
||
|
Qt::Gui
|
||
|
Qt::Widgets
|
||
|
Qt::Network
|
||
|
TESTDATA ${test_data}
|
||
|
)
|