summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qcomputecommand/qcomputecommand.pro
blob: 92c971c510300c6095f6f63a3c3f625843472709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app

TARGET = tst_qcomputecommand

QT += 3dcore 3dcore-private 3drender 3drender-private testlib

CONFIG += testcase

SOURCES += tst_qcomputecommand.cpp

include(../../core/common/common.pri)
include(../commons/commons.pri)