summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-03-30 12:10:22 +0200
committerLars Knoll <lars.knoll@qt.io>2020-03-31 15:28:23 +0200
commit2fda4cda22994466e3e1da028a7edeca657b4e7d (patch)
treeaf6c087f425870ed2f5d522ae475590d420a7607 /examples/widgets/tools/CMakeLists.txt
parent3af596402aec91475a98c9f3da768721d107442e (diff)
Remove the regexp example
Change-Id: I113a8f4c8ba401443aab2347211b3782e99c9cf4 Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'examples/widgets/tools/CMakeLists.txt')
-rw-r--r--examples/widgets/tools/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/tools/CMakeLists.txt b/examples/widgets/tools/CMakeLists.txt
index 042f751b0f..3346cafe09 100644
--- a/examples/widgets/tools/CMakeLists.txt
+++ b/examples/widgets/tools/CMakeLists.txt
@@ -6,7 +6,6 @@ add_subdirectory(customcompleter)
if(QT_FEATURE_translation) # special case
add_subdirectory(i18n)
endif()
-add_subdirectory(regexp)
add_subdirectory(regularexpression)
add_subdirectory(settingseditor)
add_subdirectory(styleplugin)