aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2020-01-09 15:52:47 +0100
committerChristian Stenger <christian.stenger@qt.io>2020-01-20 09:10:42 +0000
commita7f55ff566b2a8e4ba7b358bc2cf50486693156b (patch)
tree06834744ea07b3cae5f631d263390c0c2f589ce8 /src/plugins/coreplugin/CMakeLists.txt
parent487df597f34b0e4ac3c847e18c57820adc20c7d3 (diff)
QtSupport: Extract and move welcomepage helper to Core
Change-Id: I32798e8f3b5cdef6e256de542714be80cc8aa9e3 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/CMakeLists.txt')
-rw-r--r--src/plugins/coreplugin/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/CMakeLists.txt b/src/plugins/coreplugin/CMakeLists.txt
index 825884c655..b86eb7ea42 100644
--- a/src/plugins/coreplugin/CMakeLists.txt
+++ b/src/plugins/coreplugin/CMakeLists.txt
@@ -148,6 +148,7 @@ add_qtc_plugin(Core
variablechooser.cpp variablechooser.h
vcsmanager.cpp vcsmanager.h
versiondialog.cpp versiondialog.h
+ welcomepagehelper.cpp welcomepagehelper.h
windowsupport.cpp windowsupport.h
EXPLICIT_MOC dialogs/filepropertiesdialog.h
)