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

TARGET = tst_qcuboidgeometry

QT += 3dextras testlib

CONFIG += testcase

SOURCES += \
    tst_qcuboidgeometry.cpp

include(../common/common.pri)