// Created via CMake from template config.h.in // WARNING! Any changes to this file will be overwritten by the next CMake run! #ifndef APPLICATION_CONFIG #define APPLICATION_CONFIG #define PROJECT_NAME @META_PROJECT_NAME_STR@ #define APP_NAME @META_APP_NAME_STR@ #define APP_VERSION @META_APP_VERSION_STR@ #define APP_AUTHOR @META_APP_AUTHOR_STR@ #define APP_URL @META_APP_URL_STR@ #define APP_DESCRIPTION @META_APP_DESCRIPTION_STR@ #define APP_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@" #define QT_TRANSLATION_FILES {@QT_TRANSLATION_FILES_ARRAY@} #cmakedefine SVG_SUPPORT #cmakedefine SVG_ICON_SUPPORT #endif // APPLICATION_CONFIG