mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Fix for Qt Creator 5.10 precompiled header bug on Windows.
This commit is contained in:
parent
0112b5385b
commit
0ec956e700
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
#ifndef LC_GLOBAL_H
|
#pragma once
|
||||||
#define LC_GLOBAL_H
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
@ -63,4 +64,4 @@ class lcFile;
|
||||||
class lcMemFile;
|
class lcMemFile;
|
||||||
class lcDiskFile;
|
class lcDiskFile;
|
||||||
|
|
||||||
#endif // LC_GLOBAL_H
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue