diff options
Diffstat (limited to 'tests/benchmarks/matrix_properties/matrix_properties.pro')
-rw-r--r-- | tests/benchmarks/matrix_properties/matrix_properties.pro | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/benchmarks/matrix_properties/matrix_properties.pro b/tests/benchmarks/matrix_properties/matrix_properties.pro deleted file mode 100644 index ac490f37..00000000 --- a/tests/benchmarks/matrix_properties/matrix_properties.pro +++ /dev/null @@ -1,18 +0,0 @@ -TEMPLATE = app -TARGET = tst_matrix_properties -QT += declarative script testlib -macx:CONFIG -= app_bundle - -SOURCES += tst_matrix_properties.cpp - -symbian* { - data.sources = data/* - data.path = data - DEPLOYMENT += data -} else { - DEFINES += SRCDIR=\\\"$$PWD\\\" -} - - - - |