aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests/qjstest/qjstest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/ecmascripttests/qjstest/qjstest.pro')
-rw-r--r--tests/auto/qml/ecmascripttests/qjstest/qjstest.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qml/ecmascripttests/qjstest/qjstest.pro b/tests/auto/qml/ecmascripttests/qjstest/qjstest.pro
deleted file mode 100644
index adead821e4..0000000000
--- a/tests/auto/qml/ecmascripttests/qjstest/qjstest.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-TARGET = qjstest
-QT += qml-private
-INCLUDEPATH += .
-
-CONFIG += c++14
-
-DEFINES += QT_DEPRECATED_WARNINGS
-
-HEADERS += test262runner.h
-SOURCES += main.cpp test262runner.cpp
-
-QMAKE_TARGET_DESCRIPTION = Javascript test runner
-
-load(qt_tool)