Commit Graph

5 Commits

Author SHA1 Message Date
Dennis Oberst 9e4f24e749 Filesystem Explorer: Guard against mobile usage
It was observed that users try to run this example on mobile platforms.
It was never designed for such a usecase and is therefore not supported.

Ref: https://camg.me/qt-mobile-2023/#filesystem

Additionally mention that this is a desktop example in the docs.

Pick-to: 6.6 6.7
Change-Id: I55205e3f2cb3a45aaf18f2a52ea24f54ab8e39bd
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2024-01-22 08:09:50 +00:00
Jan Arve Sæther 6e99bddb9e Move imagine/musicplayer to tests/manual/imagine/musicplayer
imagine/automotive already demonstrate the imagine style

Pick-to: 6.5 6.6
Task-number: QTBUG-108751
Change-Id: Ibb1fe187571b6693b85dfc0a310fc806908194dc
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2023-07-10 13:07:04 +02:00
Dennis Oberst c5daa8cd8f File System Explorer example: Add to qmake targets
Amends 213e932e13.

Task-number: QTBUG-108289
Change-Id: Idd1012761579faae76a8b9b22deb7e51c93a4cd0
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2023-03-16 14:03:21 +00:00
Santhosh Kumar c2b09e89da Remove side-panel and swipe-to-remove quickcontrol examples
The quickcontrol feature represented in side-panel and swipe-to-remove
were already part of gallery example and hence, removing these two
examples

Fixes: QTBUG-110989
Pick-to: 6.5.0
Change-Id: I496dfe7ee2bea98f918b4e3b72673388c51cda6b
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2023-03-03 07:37:00 +00:00
Joerg Bornemann 9fb766ecd0 qmake: Fix build of quickcontrols examples
The QuickControls2 module has been moved to src/quickcontrols. Its
examples are in examples/quickcontrols.

Adjust the .pro file name in examples/quickcontrols and fix the SUBDIRS
entry to it.

This amends commit 4bd87b903b.

Pick-to: 6.5
Task-number: QTBUG-109383
Change-Id: I9de70a773a11344398c01b3e84e557213268c935
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2022-12-14 17:39:55 +01:00