forked from qt-creator/qt-creator
CMake: Fix for installation
With CMake 3.17-dev the install step is failing because of the symlink. Change-Id: I012ce95f5cc61f4b5b9d6a4c48ded0f738b581f1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../qglobal.h
|
12
share/qtcreator/indexer_preincludes/QtCore/qglobal.h
Normal file
12
share/qtcreator/indexer_preincludes/QtCore/qglobal.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#include_next <qglobal.h>
|
||||
|
||||
#ifdef Q_DECL_IMPORT
|
||||
#undef Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#ifdef Q_DECL_EXPORT
|
||||
#undef Q_DECL_EXPORT
|
||||
#endif
|
||||
|
||||
#define Q_DECL_IMPORT
|
||||
#define Q_DECL_EXPORT
|
Reference in New Issue
Block a user