a7484002a3
Remove SRCDIR defines from tests that don't use them. There is a standard define called QT_TESTCASE_SOURCEDIR that is available to all tests and serves the same purpose. Pick-to: 6.2 Change-Id: I2aa237739c011495e31641cca525dc0eeef3c870 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
20 lines
529 B
CMake
20 lines
529 B
CMake
# Generated from qtextmarkdownwriter.pro.
|
|
|
|
#####################################################################
|
|
## tst_qtextmarkdownwriter Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
list(APPEND test_data "data/example.md")
|
|
list(APPEND test_data "data/blockquotes.md")
|
|
|
|
qt_internal_add_test(tst_qtextmarkdownwriter
|
|
SOURCES
|
|
tst_qtextmarkdownwriter.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
TESTDATA ${test_data}
|
|
)
|