0d177053b9
Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
31 lines
714 B
CMake
31 lines
714 B
CMake
# Generated from qtexturefilereader.pro.
|
|
|
|
#####################################################################
|
|
## tst_qtexturefilereader Test:
|
|
#####################################################################
|
|
|
|
add_qt_test(tst_qtexturefilereader
|
|
SOURCES
|
|
tst_qtexturefilereader.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
)
|
|
|
|
# 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}
|
|
)
|
|
|