summaryrefslogtreecommitdiff
path: root/tests/auto/core/qchangearbiter/qchangearbiter.pro
blob: 4628bf6cd428527ac075d28efb2a07e38360f857 (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = tst_qchangearbiter
CONFIG += testcase
TEMPLATE = app

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

SOURCES += \
    tst_qchangearbiter.cpp

include(../common/common.pri)