From 974643829f677247a8b06aba563a28714b48f1a9 Mon Sep 17 00:00:00 2001 From: Jan Arve Saether Date: Thu, 18 Feb 2016 13:28:59 +0100 Subject: Move QtQuick.Layouts to qtdeclarative from qtquickcontrols This is in order for it to be available without having to install Qt Quick Controls Change-Id: I3f0d0dc108829947cd189b7861944e556e00cef3 Reviewed-by: J-P Nurmi --- examples/quick/layouts/layouts.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/quick/layouts/layouts.pro (limited to 'examples/quick/layouts/layouts.pro') diff --git a/examples/quick/layouts/layouts.pro b/examples/quick/layouts/layouts.pro new file mode 100644 index 0000000000..4d676ef49b --- /dev/null +++ b/examples/quick/layouts/layouts.pro @@ -0,0 +1,14 @@ +TEMPLATE = app + +QT += qml quick + +SOURCES += main.cpp + +RESOURCES += \ + layouts.qrc +EXAMPLE_FILES = \ + layouts.qml + +target.path = $$[QT_INSTALL_EXAMPLES]/quick/layouts +INSTALLS += target + -- cgit v1.2.3