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