57b6b2f527
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>
6 lines
104 B
Prolog
6 lines
104 B
Prolog
CONFIG += testcase
|
|
QT += testlib gui-private
|
|
|
|
SOURCES += tst_qshadernodes.cpp
|
|
TARGET = tst_qshadernodes
|