forked from qt-creator/qt-creator
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:
@@ -6,7 +6,6 @@
|
||||
#include "../cppcodestylesettings.h"
|
||||
#include "../cppeditortr.h"
|
||||
#include "../cpprefactoringchanges.h"
|
||||
#include "../cpptoolstestcase.h"
|
||||
#include "../insertionpointlocator.h"
|
||||
#include "cppquickfix.h"
|
||||
#include "cppquickfixhelpers.h"
|
||||
|
@@ -7,12 +7,12 @@
|
||||
#include "../cppprojectfile.h"
|
||||
#include "../cpprefactoringchanges.h"
|
||||
#include "cppquickfix.h"
|
||||
#include "cppquickfix_test.h"
|
||||
|
||||
#include <cplusplus/Overview.h>
|
||||
#include <projectexplorer/projectmanager.h>
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
#include "cppquickfix_test.h"
|
||||
#include <QtTest>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user