aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/revisions/revisions.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-08-08 17:31:20 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-08-10 07:44:02 +0000
commitbf4761232edd938425cf70b140be8992e697bc5d (patch)
tree513ff062d26d955a1f3bb0534ad55ce057891a98 /tests/auto/revisions/revisions.pro
parentdcc6b454718c5e58c31d3699d2c7a5e8de195d5f (diff)
Restore version 2.0 for the .impl imports
It's a bit of extra hassle, but the type registration can be done so that we keep the old version available to avoid deliberately breaking apps that have had to import .impl to gain access to the internal goodies. For example, someone may have made a copy of one of the controls as our documentation suggests. :) Change-Id: I5308d7e74ecebf69da7fe9c6912380f72c3c9a2b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/revisions/revisions.pro')
-rw-r--r--tests/auto/revisions/revisions.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/revisions/revisions.pro b/tests/auto/revisions/revisions.pro
new file mode 100644
index 00000000..b3c448da
--- /dev/null
+++ b/tests/auto/revisions/revisions.pro
@@ -0,0 +1,7 @@
+CONFIG += testcase
+TARGET = tst_revisions
+SOURCES += tst_revisions.cpp
+
+macos:CONFIG -= app_bundle
+
+QT += qml testlib