4d22405e48
Change-Id: I9b7404e1d3a78fe0726ec0f5ce1461f6c209e90d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
22 lines
478 B
CMake
22 lines
478 B
CMake
# Generated from qcssparser.pro.
|
|
|
|
#####################################################################
|
|
## tst_qcssparser Test:
|
|
#####################################################################
|
|
|
|
# Collect test data
|
|
file(GLOB_RECURSE test_data
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
testdata/*
|
|
)
|
|
|
|
qt_internal_add_test(tst_qcssparser
|
|
SOURCES
|
|
tst_qcssparser.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::Xml
|
|
TESTDATA ${test_data}
|
|
)
|