ProjectExplorer: Move GCC config widgets out of header file

They are only used in one source file.

Change-Id: I9a267be83156fb50c98da63fab165ef6123e7e59
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Christian Kandeler
2022-01-21 10:44:53 +01:00
parent 35e908d835
commit 8a70f66c9c
4 changed files with 61 additions and 67 deletions

View File

@@ -29,6 +29,7 @@
#include "qnxconstants.h"
#include "qnxutils.h"
#include <projectexplorer/abiwidget.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <utils/algorithm.h>
#include <utils/pathchooser.h>