2019-11-01 09:28:02 +00:00
|
|
|
# Generated from qcssparser.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qcssparser Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
# Collect test data
|
2022-02-10 19:21:30 +00:00
|
|
|
file(GLOB_RECURSE test_data
|
|
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
testdata/*
|
|
|
|
)
|
2019-11-01 09:28:02 +00:00
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qcssparser
|
2019-11-01 09:28:02 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qcssparser.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2019-11-01 09:28:02 +00:00
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
2019-11-01 09:28:02 +00:00
|
|
|
Qt::Xml
|
|
|
|
TESTDATA ${test_data}
|
|
|
|
)
|