From fc3956caf1c0deee508ff52ac7b65df283418d6f Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 27 Aug 2014 17:07:00 +0400 Subject: [PATCH] ya submodules fix --- .gitmodules | 6 +++--- sources/3rdparty/language-config.h | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 sources/3rdparty/language-config.h diff --git a/.gitmodules b/.gitmodules index f166d25..4d6d57c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "sources/3rdparty/task"] path = sources/3rdparty/task - url = https://github.com:arcan1s/qtadds-taskadds-qprocess.git + url = https://github.com/qtadds-task.git [submodule "sources/3rdparty/tasks"] path = sources/3rdparty/tasks url = https://github.com/mhogomchungu/tasks.git [submodule "sources/3rdparty/language"] path = sources/3rdparty/language - url = https://github.com:arcan1s/qtadds-language.git + url = https://github.com/qtadds-language.git [submodule "sources/3rdparty/pdebug"] path = sources/3rdparty/pdebug - url = https://github.com:arcan1s/qtadds-pdebug.git + url = https://github.com/qtadds-pdebug.git diff --git a/sources/3rdparty/language-config.h b/sources/3rdparty/language-config.h new file mode 100644 index 0000000..d2ddbe3 --- /dev/null +++ b/sources/3rdparty/language-config.h @@ -0,0 +1,12 @@ +#ifndef LANGUAGE_CONFIG_H +#define LANGUAGE_CONFIG_H + + +// put your languages here comma separated +// the first language is default language +#define LANGUAGES "en,ru" +// language key in the configuration file +#define LANGUAGE_KEY "LANGUAGE" + + +#endif /* LANGUAGE_CONFIG_H */