aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/language.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/language/language.pro')
-rw-r--r--tests/auto/language/language.pro24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/auto/language/language.pro b/tests/auto/language/language.pro
deleted file mode 100644
index cdb067195..000000000
--- a/tests/auto/language/language.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-TARGET = tst_language
-
-SOURCES = tst_language.cpp
-HEADERS = tst_language.h
-
-include(../auto.pri)
-include(../../../src/app/shared/logging/logging.pri)
-include(../../../src/lib/bundledlibs.pri)
-
-!qbs_use_bundled_qtscript: QT += script
-
-DATA_DIRS = testdata
-
-for(data_dir, DATA_DIRS) {
- files = $$files($$PWD/$$data_dir/*, true)
- win32:files ~= s|\\\\|/|g
- for(file, files):!exists($$file/*):FILES += $$file
-}
-
-OTHER_FILES += $$FILES
-
-qbs_use_bundled_qtscript {
- include(../../../src/lib/scriptengine/use_scriptengine.pri)
-}