b77da049bc
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ø <tor.arne.vestbo@qt.io>
20 lines
553 B
CMake
20 lines
553 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
qt_internal_add_example(completer)
|
|
qt_internal_add_example(customcompleter)
|
|
qt_internal_add_example(regularexpression)
|
|
qt_internal_add_example(settingseditor)
|
|
qt_internal_add_example(styleplugin)
|
|
qt_internal_add_example(treemodelcompleter)
|
|
qt_internal_add_example(undo)
|
|
qt_internal_add_example(undoframework)
|
|
|
|
if(QT_FEATURE_library)
|
|
qt_internal_add_example(echoplugin)
|
|
|
|
if(QT_FEATURE_inputdialog)
|
|
qt_internal_add_example(plugandpaint)
|
|
endif()
|
|
endif()
|