aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Improve builds for non-threaded qtTim Blechmann2025-05-201-1/+1
| | | | | | | | | | A top-level configuration with FEATURE_thread=OFF fails when autotests are enabled. Most tools can be built without threads nowadays, so we enable them and only exclude the qquickworkerscript and gifs tests. Pick-to: 6.8 6.9 Change-Id: I809b021b4bdc4031d6c3335bea3aee414f5ce863 Reviewed-by: Alexandru Croitor <[email protected]>
* Add menus manual testMitch Curtis2024-01-171-0/+1
| | | | | | | | | This gives us a convenient way to manually test native menus, which can't be fully auto-tested. Task-number: QTBUG-69558 Change-Id: I045eef8d30eb8f130f6e4ba4787a9d0ad84c109f Reviewed-by: Richard Moe Gustavsen <[email protected]>
* Move imagine/musicplayer to tests/manual/imagine/musicplayerJan Arve Sæther2023-07-101-0/+1
| | | | | | | | | | 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ø <[email protected]> Reviewed-by: Mitch Curtis <[email protected]>
* Remove side-panel and swipe-to-remove quickcontrol examplesSanthosh Kumar2023-03-031-0/+2
| | | | | | | | | | | 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 <[email protected]>
* Exclude tst_gifs from non-linux systemsAmir Masoud Abdol2023-02-271-1/+3
| | | | | | | | | It relies on byzanz-record, which is only available on LINUX. Pick-to: 6.5 Change-Id: Ia71208392a363c7f612addb30b117ac740eb8e49 Reviewed-by: Alexey Edelev <[email protected]> Reviewed-by: Mitch Curtis <[email protected]>
* Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-011-0/+20
Qt Quick Controls 2 was named that way because it was a follow-up to Qt Quick Controls 1.x. Now that Qt Quick Controls 1 is no longer supported, we don't need to have "2" in the name. Work on this was already started for the documentation in 1abdfe5d5a052f2298b7bf657513dfa7e0c66a56. By doing this renaming a few weeks before feature freeze, it won't affect the release but still results in as little time possible spent manually fixing conflicts in cherry-picks from non-LTS releases as a result of the renaming. This patch does the following: - Renames directories. - Adapts CMakeLists.txt and other files to account for the new paths. A follow-up patch will handle documentation. It does not touch library names or other user-facing stuff, as that will have to be done in Qt 7. Task-number: QTBUG-95413 Change-Id: I170d8db19033ee71e495ff0c5c1a517a41ed7634 Reviewed-by: Mitch Curtis <[email protected]>