qt5base-lts/tests/auto/gui/util/qshadergraphloader/qshadergraphloader.pro
Kevin Ottens 093752faf3 [Shader Graph Gen.] Introduce QShaderGraphLoader
This class allows to load a shader graph from its JSON representation.
To avoid duplicating the shader snippets inside of the JSON which would
be a maintenance nightmare, we instead allow to register a set of node
prototypes by their name and only refer to said names inside the JSON.

Change-Id: I3e7b39e8b3c25f51f331a0a59dda883ac8e2bc57
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
2017-06-20 21:35:46 +00:00

6 lines
116 B
Prolog

CONFIG += testcase
QT += testlib gui-private
SOURCES += tst_qshadergraphloader.cpp
TARGET = tst_qshadergraphloader