summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d/quick3dnodeinstantiator/quick3dnodeinstantiator.pro
blob: f690d2c3bc63c4cc400f3fb030a9055f5ba90dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qnodeinstantiator
osx:CONFIG -= app_bundle

INCLUDEPATH += ../../shared/
SOURCES += \
    tst_quick3dnodeinstantiator.cpp
HEADERS += stringmodel.h

include (../../shared/util.pri)

TESTDATA = data/*

QT += core-private gui-private 3dcore 3dquick 3dquick-private testlib