diff options
| author | Jan Arve Sæther <jan-arve.saether@qt.io> | 2025-09-05 11:42:24 +0200 |
|---|---|---|
| committer | Santhosh Kumar <santhosh.kumar.selvaraj@qt.io> | 2025-09-05 18:38:17 +0200 |
| commit | fbd10cac80ffa1d59b58f553926d39e3c89aaa48 (patch) | |
| tree | 77a2ce45da07bbf22bb17f411756cbd0dab829a7 /examples/quick/flexboxlayout | |
| parent | ca56649ae7bf79cd6f0e1715b08afbe35369fbbd (diff) | |
Build flexboxlayout example when building examples
Disable for INTEGRITY AND VXWORKS as it is currently not supported for
these two targets
Pick-to: 6.10
Change-Id: I7eb21d5c348f7e29c2c99cede30a8e627036b220
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'examples/quick/flexboxlayout')
| -rw-r--r-- | examples/quick/flexboxlayout/flexboxlayout.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/quick/flexboxlayout/flexboxlayout.pro b/examples/quick/flexboxlayout/flexboxlayout.pro new file mode 100644 index 0000000000..606255a4e7 --- /dev/null +++ b/examples/quick/flexboxlayout/flexboxlayout.pro @@ -0,0 +1,12 @@ +TEMPLATE = app + +QT += qml quick + +SOURCES += main.cpp + +EXAMPLE_FILES = \ + Main.qml + +target.path = $$[QT_INSTALL_EXAMPLES]/quick/flexboxlayout +INSTALLS += target + |
