Skip to content

Commit 4bd87b9

Browse files
committed
Remove "2" from Qt Quick Controls directories
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 1abdfe5. 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 <mitch.curtis@qt.io>
1 parent 786e174 commit 4bd87b9

File tree

4,837 files changed

+135
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,837 files changed

+135
-135
lines changed

.gitignore

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -85,32 +85,32 @@ bin/qml*
8585
bin/qttracereplay*
8686
configure.cache
8787
config.status
88-
examples/quickcontrols2/chattutorial/chapter1-settingup/chapter1-settingup
89-
examples/quickcontrols2/chattutorial/chapter2-lists/chapter2-lists
90-
examples/quickcontrols2/chattutorial/chapter3-navigation/chapter3-navigation
91-
examples/quickcontrols2/chattutorial/chapter4-models/chapter4-models
92-
examples/quickcontrols2/chattutorial/chapter5-styling/chapter5-styling
93-
examples/quickcontrols2/contactlist/contactlist
94-
examples/quickcontrols2/flatstyle/flatstyle
95-
examples/quickcontrols2/gallery/gallery
96-
examples/quickcontrols2/imagine/automotive/automotive
97-
examples/quickcontrols2/imagine/musicplayer/musicplayer
98-
examples/quickcontrols2/sidepanel/sidepanel
99-
examples/quickcontrols2/swipetoremove/swipetoremove
100-
examples/quickcontrols2/texteditor/texteditor
101-
examples/quickcontrols2/wearable/wearable
88+
examples/quickcontrols/chattutorial/chapter1-settingup/chapter1-settingup
89+
examples/quickcontrols/chattutorial/chapter2-lists/chapter2-lists
90+
examples/quickcontrols/chattutorial/chapter3-navigation/chapter3-navigation
91+
examples/quickcontrols/chattutorial/chapter4-models/chapter4-models
92+
examples/quickcontrols/chattutorial/chapter5-styling/chapter5-styling
93+
examples/quickcontrols/contactlist/contactlist
94+
examples/quickcontrols/flatstyle/flatstyle
95+
examples/quickcontrols/gallery/gallery
96+
examples/quickcontrols/imagine/automotive/automotive
97+
examples/quickcontrols/imagine/musicplayer/musicplayer
98+
examples/quickcontrols/sidepanel/sidepanel
99+
examples/quickcontrols/swipetoremove/swipetoremove
100+
examples/quickcontrols/texteditor/texteditor
101+
examples/quickcontrols/wearable/wearable
102102
moc_*.cpp
103103
qmake/qmake.exe
104104
qmake/Makefile.bak
105105
src/corelib/global/qconfig.cpp
106106
src/corelib/global/qconfig.h
107107
src/corelib/global/qconfig.h.qmake
108-
src/quickcontrols2/qtquickcontrols2-config.h
109-
src/quickcontrols2/qtquickcontrols2-config.pri
110-
src/quickcontrols2/qtquickcontrols2-config_p.h
111-
src/quicktemplates2/qtquicktemplates2-config.h
112-
src/quicktemplates2/qtquicktemplates2-config.pri
113-
src/quicktemplates2/qtquicktemplates2-config_p.h
108+
src/quickcontrols/qtquickcontrols2-config.h
109+
src/quickcontrols/qtquickcontrols2-config.pri
110+
src/quickcontrols/qtquickcontrols2-config_p.h
111+
src/quicktemplates/qtquicktemplates2-config.h
112+
src/quicktemplates/qtquicktemplates2-config.pri
113+
src/quicktemplates/qtquicktemplates2-config_p.h
114114
ui_*.h
115115
tests/auto/cmake/build
116116
tests/auto/installed_cmake/build
@@ -127,50 +127,50 @@ tests/auto/qprocess/fileWriterProcess.txt
127127
.com.apple.timemachine.supported
128128
tests/auto/qlibrary/libmylib.so*
129129
tests/auto/qresourceengine/runtime_resource.rcc
130-
tests/auto/quickcontrols2/accessibility/tst_accessibility
131-
tests/auto/quickcontrols2/calendar/tst_calendar
132-
tests/auto/quickcontrols2/controls/basic/tst_basic
133-
tests/auto/quickcontrols2/controls/fusion/tst_fusion
134-
tests/auto/quickcontrols2/controls/imagine/tst_imagine
135-
tests/auto/quickcontrols2/controls/material/tst_material
136-
tests/auto/quickcontrols2/controls/universal/tst_universal
137-
tests/auto/quickcontrols2/cursor/tst_cursor
138-
tests/auto/quickcontrols2/customization/tst_customization
139-
tests/auto/quickcontrols2/focus/tst_focus
140-
tests/auto/quickcontrols2/font/tst_font
141-
tests/auto/quickcontrols2/palette/tst_palette
142-
tests/auto/quickcontrols2/platform/tst_platform
143-
tests/auto/quickcontrols2/pressandhold/tst_pressandhold
144-
tests/auto/quickcontrols2/qquickapplicationwindow/tst_qquickapplicationwindow
145-
tests/auto/quickcontrols2/qquickcolor/tst_qquickcolor
146-
tests/auto/quickcontrols2/qquickdrawer/tst_qquickdrawer
147-
tests/auto/quickcontrols2/qquickiconimage/tst_qquickiconimage
148-
tests/auto/quickcontrols2/qquickiconlabel/tst_qquickiconlabel
149-
tests/auto/quickcontrols2/qquickimaginestyle/tst_qquickimaginestyle
150-
tests/auto/quickcontrols2/qquickmaterialstyle/tst_qquickmaterialstyle
151-
tests/auto/quickcontrols2/qquickmaterialstyleconf/tst_qquickmaterialstyleconf
152-
tests/auto/quickcontrols2/qquickmenu/tst_qquickmenu
153-
tests/auto/quickcontrols2/qquickmenubar/tst_qquickmenubar
154-
tests/auto/quickcontrols2/qquickninepatchimage/tst_qquickninepatchimage
155-
tests/auto/quickcontrols2/qquickpopup/tst_qquickpopup
156-
tests/auto/quickcontrols2/qquickstyle/tst_qquickstyle
157-
tests/auto/quickcontrols2/qquickstyleselector/tst_qquickstyleselector
158-
tests/auto/quickcontrols2/qquickuniversalstyle/tst_qquickuniversalstyle
159-
tests/auto/quickcontrols2/qquickuniversalstyleconf/tst_qquickuniversalstyleconf
160-
tests/auto/quickcontrols2/revisions/tst_revisions
161-
tests/auto/quickcontrols2/sanity/tst_sanity
162-
tests/auto/quickcontrols2/snippets/tst_snippets
163-
tests/auto/quickcontrols2/styles/tst_styles
164-
tests/auto/quickcontrols2/snippets/screenshots/*.png
130+
tests/auto/quickcontrols/accessibility/tst_accessibility
131+
tests/auto/quickcontrols/calendar/tst_calendar
132+
tests/auto/quickcontrols/controls/basic/tst_basic
133+
tests/auto/quickcontrols/controls/fusion/tst_fusion
134+
tests/auto/quickcontrols/controls/imagine/tst_imagine
135+
tests/auto/quickcontrols/controls/material/tst_material
136+
tests/auto/quickcontrols/controls/universal/tst_universal
137+
tests/auto/quickcontrols/cursor/tst_cursor
138+
tests/auto/quickcontrols/customization/tst_customization
139+
tests/auto/quickcontrols/focus/tst_focus
140+
tests/auto/quickcontrols/font/tst_font
141+
tests/auto/quickcontrols/palette/tst_palette
142+
tests/auto/quickcontrols/platform/tst_platform
143+
tests/auto/quickcontrols/pressandhold/tst_pressandhold
144+
tests/auto/quickcontrols/qquickapplicationwindow/tst_qquickapplicationwindow
145+
tests/auto/quickcontrols/qquickcolor/tst_qquickcolor
146+
tests/auto/quickcontrols/qquickdrawer/tst_qquickdrawer
147+
tests/auto/quickcontrols/qquickiconimage/tst_qquickiconimage
148+
tests/auto/quickcontrols/qquickiconlabel/tst_qquickiconlabel
149+
tests/auto/quickcontrols/qquickimaginestyle/tst_qquickimaginestyle
150+
tests/auto/quickcontrols/qquickmaterialstyle/tst_qquickmaterialstyle
151+
tests/auto/quickcontrols/qquickmaterialstyleconf/tst_qquickmaterialstyleconf
152+
tests/auto/quickcontrols/qquickmenu/tst_qquickmenu
153+
tests/auto/quickcontrols/qquickmenubar/tst_qquickmenubar
154+
tests/auto/quickcontrols/qquickninepatchimage/tst_qquickninepatchimage
155+
tests/auto/quickcontrols/qquickpopup/tst_qquickpopup
156+
tests/auto/quickcontrols/qquickstyle/tst_qquickstyle
157+
tests/auto/quickcontrols/qquickstyleselector/tst_qquickstyleselector
158+
tests/auto/quickcontrols/qquickuniversalstyle/tst_qquickuniversalstyle
159+
tests/auto/quickcontrols/qquickuniversalstyleconf/tst_qquickuniversalstyleconf
160+
tests/auto/quickcontrols/revisions/tst_revisions
161+
tests/auto/quickcontrols/sanity/tst_sanity
162+
tests/auto/quickcontrols/snippets/tst_snippets
163+
tests/auto/quickcontrols/styles/tst_styles
164+
tests/auto/quickcontrols/snippets/screenshots/*.png
165165
tests/benchmarks/creationtime/tst_creationtime
166166
tests/benchmarks/objectcount/tst_objectcount
167-
tests/manual/quickcontrols2/buttons/buttons
168-
tests/manual/quickcontrols2/fonts/fonts
169-
tests/manual/quickcontrols2/gifs/tst_gifs
170-
tests/manual/quickcontrols2/styles/styles
171-
tests/manual/quickcontrols2/testbench/testbench
172-
tests/manual/quickcontrols2/screenshots/screenshots
173-
tests/manual/quickcontrols2/gifs/gifs/*.gif
167+
tests/manual/quickcontrols/buttons/buttons
168+
tests/manual/quickcontrols/fonts/fonts
169+
tests/manual/quickcontrols/gifs/tst_gifs
170+
tests/manual/quickcontrols/styles/styles
171+
tests/manual/quickcontrols/testbench/testbench
172+
tests/manual/quickcontrols/screenshots/screenshots
173+
tests/manual/quickcontrols/gifs/gifs/*.gif
174174
tools/qtestlib/chart/chart*
175175
tools/qtestlib/updater/updater*
176176
tools/qmleasing/qmleasing

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(TARGET Qt::Quick)
1111
add_subdirectory(quick)
1212
endif()
1313
if(TARGET Qt::QuickTemplates2)
14-
add_subdirectory(quickcontrols2)
14+
add_subdirectory(quickcontrols)
1515
endif()
1616

1717
qt_examples_build_end()

0 commit comments

Comments
 (0)