qt5base-lts/tests/auto/gui/util/qshadernodes/qshadernodes.pro
Kevin Ottens 57b6b2f527 [Shader Graph Gen.] Introduce QShaderFormat
This is the first building block toward a node based generator for
shader programs.

QShaderFormat will be used by the other classes to qualify in which
format the code snippets and includes used are.

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

6 lines
104 B
Prolog

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