Don't include Qt-specific config in config.h

This commit is contained in:
Martchus 2018-03-07 19:33:08 +01:00
parent ac8fe5d2c7
commit 6088f6bb43
1 changed files with 0 additions and 8 deletions

View File

@ -14,13 +14,5 @@
#define APP_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
#define DEPENCENCY_VERSIONS {@DEPENCENCY_VERSIONS_ARRAY@}
#define STATIC_DEPENCENCY_VERSIONS {@STATIC_DEPENCENCY_VERSIONS_ARRAY@}
// include qtconfig.h for backward compatibility
// FIXME: remove this in v5
#cmakedefine QT_CONFIGURED
#ifdef QT_CONFIGURED
#include "./qtconfig.h"
#endif
@META_CUSTOM_CONFIG@
#endif // @META_PROJECT_VARNAME_UPPER@_CONFIG