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

TARGET = tst_qdefaultmeshes

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

CONFIG += testcase

SOURCES += \
    tst_qdefaultmeshes.cpp

include(../commons/commons.pri)