aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creationtime/creationtime.pro
blob: 613cf60d5336596032989307aede9dd7eb4d410e (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = tst_creationtime

QT += qml testlib quickcontrols2
CONFIG += testcase
macos:CONFIG -= app_bundle

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

SOURCES += \
    tst_creationtime.cpp