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>
(cherry picked from commit f392d13419)
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../qglobal.h
|
||||
@@ -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