Split Qt-specific config from other config

So adding Qt-specific config does not require a change
in c++utilities anymore.
This commit is contained in:
Martchus 2018-03-07 18:23:51 +01:00
parent cdecc48a1d
commit 9e8ec0fcd5
1 changed files with 8 additions and 8 deletions

View File

@ -12,15 +12,15 @@
#define APP_URL "@META_APP_URL@"
#define APP_DESCRIPTION "@META_APP_DESCRIPTION@"
#define APP_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
#define QT_TRANSLATION_FILES {@QT_TRANSLATION_FILES_ARRAY@}
#define APP_SPECIFIC_QT_TRANSLATION_FILES {@APP_SPECIFIC_QT_TRANSLATION_FILES_ARRAY@}
#define ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES@ENABLE_QT_RESOURCES_OF_STATIC_DEPENDENCIES@
#define DEPENCENCY_VERSIONS {@DEPENCENCY_VERSIONS_ARRAY@}
#define STATIC_DEPENCENCY_VERSIONS {@STATIC_DEPENCENCY_VERSIONS_ARRAY@}
#cmakedefine SVG_SUPPORT
#cmakedefine SVG_ICON_SUPPORT
#cmakedefine IMAGE_FORMAT_SUPPORT
#define IMPORT_IMAGE_FORMAT_PLUGINS @IMAGE_FORMAT_SUPPORT_ARRAY@
#define IMPORT_WIDGET_STYLE_PLUGINS @WIDGET_STYLE_PLUGINS_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