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