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:
Cristian Adam
2020-06-03 18:45:12 +02:00
parent fcc0c5628d
commit f392d13419

View File

@@ -1 +0,0 @@
../qglobal.h

View 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