2019-10-28 10:19:47 +00:00
|
|
|
# Generated from qtexturefilereader.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qtexturefilereader Test:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
add_qt_test(tst_qtexturefilereader
|
|
|
|
SOURCES
|
|
|
|
tst_qtexturefilereader.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::GuiPrivate
|
2019-10-28 10:19:47 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
# 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}
|
|
|
|
)
|
|
|
|
|