fix duplicate include guards in precompiled headers
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user