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

TARGET = tst_qwaitfence

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

CONFIG += testcase

SOURCES += tst_qwaitfence.cpp

include(../../core/common/common.pri)
include(../commons/commons.pri)