summaryrefslogtreecommitdiffstats
path: root/tests/main/dummy.qml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2020-11-20 23:56:08 +0100
committerRobert Griebl <robert.griebl@qt.io>2020-11-28 17:47:47 +0100
commitf4762958325130c9ec37ccb4b191368ef1412add (patch)
tree2c2977eb14dfe9466366c24c166ca956403662a7 /tests/main/dummy.qml
parent911ee1f92017f22f9aa1fd430b414ff28c7e0cbe (diff)
Qt6 port, part 2 .. compiling with cmake
Change-Id: I0b3b0bd420fc2b5a5d263439ef263a8214bbdb4b Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'tests/main/dummy.qml')
-rw-r--r--tests/main/dummy.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/main/dummy.qml b/tests/main/dummy.qml
index e69de29b..2d95c818 100644
--- a/tests/main/dummy.qml
+++ b/tests/main/dummy.qml
@@ -0,0 +1,3 @@
+import QtQml 2.0
+
+QtObject { }