4d22405e48
Change-Id: I9b7404e1d3a78fe0726ec0f5ce1461f6c209e90d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
22 lines
490 B
CMake
22 lines
490 B
CMake
# Generated from qshader.pro.
|
|
|
|
#####################################################################
|
|
## tst_qshader Test:
|
|
#####################################################################
|
|
|
|
# Resources:
|
|
file(GLOB_RECURSE qshader_resource_files
|
|
RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
|
|
"data/*"
|
|
)
|
|
|
|
qt_internal_add_test(tst_qshader
|
|
SOURCES
|
|
tst_qshader.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
TESTDATA ${qshader_resource_files}
|
|
BUILTIN_TESTDATA
|
|
)
|