qt5base-lts/examples/widgets/tools/CMakeLists.txt
Lars Knoll 2fda4cda22 Remove the regexp example
Change-Id: I113a8f4c8ba401443aab2347211b3782e99c9cf4
Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
2020-03-31 15:28:23 +02:00

22 lines
662 B
CMake

# Generated from tools.pro.
add_subdirectory(codecs)
add_subdirectory(completer)
add_subdirectory(customcompleter)
if(QT_FEATURE_translation) # special case
add_subdirectory(i18n)
endif()
add_subdirectory(regularexpression)
add_subdirectory(settingseditor)
add_subdirectory(styleplugin)
add_subdirectory(treemodelcompleter)
add_subdirectory(undo)
add_subdirectory(undoframework)
if(QT_FEATURE_library) # special case
add_subdirectory(echoplugin)
# FIXME: Currently broken # special case
# Fails to link (ld: error: undefined symbol: qt_static_plugin_BasicToolsPlugin()) # special case
#add_subdirectory(plugandpaint) # special case
endif()