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, 11 insertions, 0 deletions
diff --git a/tests/auto/testplugin/README.txt b/tests/auto/testplugin/README.txt
new file mode 100644
index 00000000..c22837db
--- /dev/null
+++ b/tests/auto/testplugin/README.txt
@@ -0,0 +1,11 @@
+
+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