CppEditor: Fix Windows release build

Change-Id: Ie1fd2f29caab09f09e179e8ad7505a8a0fac6d8a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Christian Kandeler
2024-05-17 14:45:35 +02:00
parent 3c18fe3cb1
commit 1afe89a54e
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
#include "../cppcodestylesettings.h" #include "../cppcodestylesettings.h"
#include "../cppeditortr.h" #include "../cppeditortr.h"
#include "../cpprefactoringchanges.h" #include "../cpprefactoringchanges.h"
#include "../cpptoolstestcase.h"
#include "../insertionpointlocator.h" #include "../insertionpointlocator.h"
#include "cppquickfix.h" #include "cppquickfix.h"
#include "cppquickfixhelpers.h" #include "cppquickfixhelpers.h"

View File

@@ -7,12 +7,12 @@
#include "../cppprojectfile.h" #include "../cppprojectfile.h"
#include "../cpprefactoringchanges.h" #include "../cpprefactoringchanges.h"
#include "cppquickfix.h" #include "cppquickfix.h"
#include "cppquickfix_test.h"
#include <cplusplus/Overview.h> #include <cplusplus/Overview.h>
#include <projectexplorer/projectmanager.h> #include <projectexplorer/projectmanager.h>
#ifdef WITH_TESTS #ifdef WITH_TESTS
#include "cppquickfix_test.h"
#include <QtTest> #include <QtTest>
#endif #endif