fix duplicate include guards in precompiled headers

This commit is contained in:
Markus Reitböck
2025-09-21 21:23:07 +02:00
parent c1be416c7f
commit c3805ecf4a
27 changed files with 58 additions and 59 deletions

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef APP_PRECOMPILED_H
#define APP_PRECOMPILED_H
#ifndef TEMPLATE_APP_PRECOMPILED_H
#define TEMPLATE_APP_PRECOMPILED_H
#include <FCConfig.h>

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef GUI_PRECOMPILED_H
#define GUI_PRECOMPILED_H
#ifndef TEMPLATE_GUI_PRECOMPILED_H
#define TEMPLATE_GUI_PRECOMPILED_H
#include <FCConfig.h>

View File

@@ -1,5 +1,5 @@
#ifndef __PRECOMPILED__
#define __PRECOMPILED__
#ifndef QT_CXX_PRECOMPILED_H
#define QT_CXX_PRECOMPILED_H
#ifdef FC_OS_WIN32
// cmake generates this define