aboutsummaryrefslogtreecommitdiffstats
path: root/tests/global
diff options
context:
space:
mode:
authorMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-12-12 13:35:00 +0200
committerMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-12-14 06:48:22 +0000
commit6767d789b3544c6ff7717250e1c0dee02ad91fd4 (patch)
tree49c1e6dfbffd61bad953ff791e81416ca77f152b /tests/global
parent2940d8bfd16bc1883a6b9a6dde40ba583e6f24e3 (diff)
Add means to test binary compatibility and add the test file for 5.10
Added global.cfg file that lists the includes needed to create the binary compatibility test file. Also added the binary compatibility file to test 5.10 content. Change-Id: I9ddf9000991452c63d491695fb30c5c27199164d Reviewed-by: J-P Nurmi <jpnurmi@qt.io> Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
Diffstat (limited to 'tests/global')
-rw-r--r--tests/global/global.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/global/global.cfg b/tests/global/global.cfg
new file mode 100644
index 00000000..67d6832f
--- /dev/null
+++ b/tests/global/global.cfg
@@ -0,0 +1,5 @@
+<config>
+<modules>
+<module name="QtQuickControls2" qtname="quickcontrols2"/>
+</modules>
+</config>