From 47428dfa55435e9b040243a0783f0f25a49c8e76 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 12 Nov 2019 14:01:48 +0100 Subject: Convert all of tests/manual Fixes: QTBUG-78164 Change-Id: I28b59bf84533fc33fafafd1511b5337d36af0e2b Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor --- tests/manual/rhi/computeimage/CMakeLists.txt | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/manual/rhi/computeimage/CMakeLists.txt (limited to 'tests/manual/rhi/computeimage/CMakeLists.txt') diff --git a/tests/manual/rhi/computeimage/CMakeLists.txt b/tests/manual/rhi/computeimage/CMakeLists.txt new file mode 100644 index 0000000000..ffb99b8d1c --- /dev/null +++ b/tests/manual/rhi/computeimage/CMakeLists.txt @@ -0,0 +1,43 @@ +# Generated from computeimage.pro. + +##################################################################### +## computeimage Binary: +##################################################################### + +add_qt_manual_test(computeimage + GUI + SOURCES + computeimage.cpp + LIBRARIES + Qt::GuiPrivate + PUBLIC_LIBRARIES + Qt::Gui +) + +# Resources: +set_source_files_properties("../shared/qt256.png" + PROPERTIES QT_RESOURCE_ALIAS "qt256.png" +) +set_source_files_properties("../shared/texture.frag.qsb" + PROPERTIES QT_RESOURCE_ALIAS "texture.frag.qsb" +) +set_source_files_properties("../shared/texture.vert.qsb" + PROPERTIES QT_RESOURCE_ALIAS "texture.vert.qsb" +) +set(computeimage_resource_files + "../shared/qt256.png" + "../shared/texture.frag.qsb" + "../shared/texture.vert.qsb" + "image.comp.qsb" +) + +add_qt_resource(computeimage "computeimage" + PREFIX + "/" + FILES + ${computeimage_resource_files} +) + + +#### Keys ignored in scope 1:.:.:computeimage.pro:: +# TEMPLATE = "app" -- cgit v1.2.3