diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro')
-rw-r--r-- | tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro b/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro deleted file mode 100644 index 5ed808831c..0000000000 --- a/tests/auto/declarative/qdeclarativeqt/qdeclarativeqt.pro +++ /dev/null @@ -1,15 +0,0 @@ -CONFIG += testcase -TARGET = tst_qdeclarativeqt -SOURCES += tst_qdeclarativeqt.cpp - -include (../../shared/util.pri) - -macx:CONFIG -= app_bundle - -testDataFiles.files = data -testDataFiles.path = . -DEPLOYMENT += testDataFiles - -CONFIG += parallel_test - -QT += core-private gui-private v8-private declarative-private quick-private testlib |