e9a328bc0e
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
22 lines
583 B
CMake
22 lines
583 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_add_test(tst_qtextmarkdownwriter
|
|
SOURCES
|
|
tst_qtextmarkdownwriter.cpp
|
|
DEFINES
|
|
SRCDIR=\\\"${CMAKE_CURRENT_SOURCE_DIR}\\\"
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
TESTDATA ${test_data}
|
|
)
|