2019-03-20 12:41:37 +00:00
|
|
|
# Generated from tools.pro.
|
|
|
|
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(completer)
|
|
|
|
qt_internal_add_example(customcompleter)
|
2019-03-20 12:41:37 +00:00
|
|
|
if(QT_FEATURE_translation) # special case
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(i18n)
|
2019-03-20 12:41:37 +00:00
|
|
|
endif()
|
2021-05-24 06:35:39 +00:00
|
|
|
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)
|
2019-03-20 12:41:37 +00:00
|
|
|
|
|
|
|
if(QT_FEATURE_library) # special case
|
|
|
|
add_subdirectory(echoplugin)
|
2021-04-27 06:55:29 +00:00
|
|
|
# special case begin
|
|
|
|
if(QT_FEATURE_inputdialog)
|
2021-05-24 06:35:39 +00:00
|
|
|
qt_internal_add_example(plugandpaint)
|
2021-04-27 06:55:29 +00:00
|
|
|
endif()
|
|
|
|
# special case end
|
2019-03-20 12:41:37 +00:00
|
|
|
endif()
|