56115dba42
Fixes:QTBUG-78229 Change-Id: I3bff1b562e1c146f291e5692c90d2c38f162d395 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
32 lines
728 B
CMake
32 lines
728 B
CMake
# Generated from qtexturefilereader.pro.
|
|
|
|
#####################################################################
|
|
## tst_qtexturefilereader Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qtexturefilereader
|
|
SOURCES
|
|
tst_qtexturefilereader.cpp
|
|
LIBRARIES
|
|
Qt::GuiPrivate
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
)
|
|
|
|
# Resources:
|
|
set(qtexturefilereader_resource_files
|
|
"texturefiles/car.ktx"
|
|
"texturefiles/car_mips.ktx"
|
|
"texturefiles/newlogo.astc"
|
|
"texturefiles/newlogo_srgb.astc"
|
|
"texturefiles/pattern.pkm"
|
|
)
|
|
|
|
add_qt_resource(tst_qtexturefilereader "qtexturefilereader"
|
|
PREFIX
|
|
"/"
|
|
FILES
|
|
${qtexturefilereader_resource_files}
|
|
)
|
|
|