diff options
Diffstat (limited to 'tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro')
-rw-r--r-- | tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro b/tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro new file mode 100644 index 0000000..a39cd3d --- /dev/null +++ b/tests/benchmarks/declarative/qperformancetimer/qperformancetimer.pro @@ -0,0 +1,8 @@ +load(qttest_p4) +QT += declarative +TEMPLATE = app +TARGET = tst_qperformancetimer +macx:CONFIG -= app_bundle + +SOURCES += tst_qperformancetimer.cpp + |