diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2019-02-06 15:04:17 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2019-02-11 14:39:29 +0000 |
commit | ce19540b77466791a633503b856fcc8374d917d3 (patch) | |
tree | 779463ae2a89a14e13007c0a4720a2d251ea46d2 /src/plugins/qtsupport/qtsupport.pro | |
parent | c129b8cfe213b1945b3a1f0fec2ff7000fe9707b (diff) | |
download | qt-creator-ce19540b77466791a633503b856fcc8374d917d3.tar.gz |
Move KitAspectWidget definitions alongside their KitAspects
A KitAspectWidget class is tightly coupled with the respective
KitAspect, and no one else ever needs to see any KitAspectWidget
subclass at build time.
Change-Id: I1883af3b054c225e1ff5dd913118715bfdbaacfc
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qtsupport/qtsupport.pro')
-rw-r--r-- | src/plugins/qtsupport/qtsupport.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qtsupport/qtsupport.pro b/src/plugins/qtsupport/qtsupport.pro index 17797f6294..3edc564354 100644 --- a/src/plugins/qtsupport/qtsupport.pro +++ b/src/plugins/qtsupport/qtsupport.pro @@ -15,7 +15,6 @@ HEADERS += \ qtprojectimporter.h \ qtsupportplugin.h \ qtsupport_global.h \ - qtkitconfigwidget.h \ qtkitinformation.h \ qtoutputformatter.h \ qtversionmanager.h \ @@ -42,7 +41,6 @@ SOURCES += \ qtcppkitinfo.cpp \ qtprojectimporter.cpp \ qtsupportplugin.cpp \ - qtkitconfigwidget.cpp \ qtkitinformation.cpp \ qtoutputformatter.cpp \ qtversionmanager.cpp \ |