summaryrefslogtreecommitdiff
path: root/tests/auto/testplugin/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testplugin/README.txt')
-rw-r--r--tests/auto/testplugin/README.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/testplugin/README.txt b/tests/auto/testplugin/README.txt
deleted file mode 100644
index c22837db..00000000
--- a/tests/auto/testplugin/README.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-
-The test plugin is not installed (i.e. to the qml folder).
-In order for the tst_controls to find it, you can either:
-
-- Run make check in the controls folder. The plugin will be found
-at run time because IMPORTPATH is defined in the pro file.
-
-- In Qt Creator run settings or in the console, set QML2_IMPORT_PATH
-macro to the testplugin path. At run time QML2_IMPORT_PATH is used by
-by qmlscene to find imports required.
-i.e: export QML2_IMPORT_PATH=<path_qtquickcontrols_git_clone>/tests/auto/testplugin