qt5base-lts/tests/auto/gui/util/qshadernodesloader/qshadernodesloader.pro
Kevin Ottens 4d70e03002 [Shader Graph Gen.] Introduce QShaderNodesLoader
This class allows to node definitions from a JSON representation. This
will come in handy to ship preset prototypes for use with
QShaderGraphLoader.

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

6 lines
116 B
Prolog

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