summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextmarkdownimporter/qtextmarkdownimporter.pro
blob: 7b7fb612441e05e2a71e899ab19b39dce1c04735 (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qtextmarkdownimporter
QT += core-private gui-private testlib
SOURCES += tst_qtextmarkdownimporter.cpp
TESTDATA += \
    data/thematicBreaks.md \
    data/headingBulletsContinuations.md \

DEFINES += SRCDIR=\\\"$$PWD\\\"