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

TARGET = tst_qjoint

QT += 3dcore 3dcore-private testlib

CONFIG += testcase

SOURCES += \
    tst_qjoint.cpp

include(../common/common.pri)