summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/.prev_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/.prev_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/.prev_CMakeLists.txt')
-rw-r--r--examples/widgets/tools/.prev_CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/widgets/tools/.prev_CMakeLists.txt b/examples/widgets/tools/.prev_CMakeLists.txt
new file mode 100644
index 0000000000..d2fe6aa5ca
--- /dev/null
+++ b/examples/widgets/tools/.prev_CMakeLists.txt
@@ -0,0 +1,18 @@
+# Generated from tools.pro.
+
+add_subdirectory(codecs)
+add_subdirectory(completer)
+add_subdirectory(customcompleter)
+add_subdirectory(regularexpression)
+add_subdirectory(settingseditor)
+add_subdirectory(styleplugin)
+add_subdirectory(treemodelcompleter)
+add_subdirectory(undo)
+add_subdirectory(undoframework)
+if(QT_FEATURE_library)
+ add_subdirectory(echoplugin)
+ add_subdirectory(plugandpaint)
+endif()
+if(QT_FEATURE_translation)
+ add_subdirectory(i18n)
+endif()