Merge branch 'mjog/default-development-build' into 'mainline'

Set default build profile to development

See merge request GNOME/geary!597
This commit is contained in:
Michael Gratton 2020-10-13 08:00:26 +00:00
commit 2357f8fd01
11 changed files with 220 additions and 174 deletions

View file

@ -7,18 +7,18 @@
*/
// Defined by CMake build script.
extern const string _INSTALL_PREFIX;
extern const string _GSETTINGS_DIR;
extern const string _WEB_EXTENSIONS_DIR;
extern const string _PLUGINS_DIR;
extern const string _SOURCE_ROOT_DIR;
extern const string _BUILD_ROOT_DIR;
extern const string GETTEXT_PACKAGE;
extern const string _APP_ID;
extern const string _BUILD_ROOT_DIR;
extern const string _GSETTINGS_DIR;
extern const string _INSTALL_PREFIX;
extern const string _NAME_SUFFIX;
extern const string _PLUGINS_DIR;
extern const string _PROFILE;
extern const string _VERSION;
extern const string _REVNO;
extern const string _SOURCE_ROOT_DIR;
extern const string _VERSION;
extern const string _WEB_EXTENSIONS_DIR;
/**