Skip to content

Commit

Permalink
Move i18n example to qttools
Browse files Browse the repository at this point in the history
Move i18n example out of qtbase. In qttools, it can use lrelease,
avoiding the need to store .qm files in the repository.

Change-Id: I8ba36a1372c2a743b809e3f7ea95a67825558f41
Reviewed-by: Tor Arne Vestbø <[email protected]>
  • Loading branch information
kkoehne committed Nov 1, 2022
1 parent 7a6f43b commit b77da04
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 1,240 deletions.
Binary file removed doc/src/images/i18n-example.png
Binary file not shown.
16 changes: 0 additions & 16 deletions examples/widgets/doc/src/i18n.qdoc

This file was deleted.

3 changes: 0 additions & 3 deletions examples/widgets/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

qt_internal_add_example(completer)
qt_internal_add_example(customcompleter)
if(QT_FEATURE_translation)
qt_internal_add_example(i18n)
endif()
qt_internal_add_example(regularexpression)
qt_internal_add_example(settingseditor)
qt_internal_add_example(styleplugin)
Expand Down
63 changes: 0 additions & 63 deletions examples/widgets/tools/i18n/CMakeLists.txt

This file was deleted.

27 changes: 0 additions & 27 deletions examples/widgets/tools/i18n/i18n.pro

This file was deleted.

18 changes: 0 additions & 18 deletions examples/widgets/tools/i18n/i18n.qrc

This file was deleted.

139 changes: 0 additions & 139 deletions examples/widgets/tools/i18n/languagechooser.cpp

This file was deleted.

49 changes: 0 additions & 49 deletions examples/widgets/tools/i18n/languagechooser.h

This file was deleted.

17 changes: 0 additions & 17 deletions examples/widgets/tools/i18n/main.cpp

This file was deleted.

Loading

0 comments on commit b77da04

Please sign in to comment.