ya submodules fix

This commit is contained in:
arcan1s 2014-08-27 17:07:00 +04:00
parent 4cf3c85070
commit fc3956caf1
2 changed files with 15 additions and 3 deletions

6
.gitmodules vendored
View File

@ -1,12 +1,12 @@
[submodule "sources/3rdparty/task"] [submodule "sources/3rdparty/task"]
path = 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"] [submodule "sources/3rdparty/tasks"]
path = sources/3rdparty/tasks path = sources/3rdparty/tasks
url = https://github.com/mhogomchungu/tasks.git url = https://github.com/mhogomchungu/tasks.git
[submodule "sources/3rdparty/language"] [submodule "sources/3rdparty/language"]
path = 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"] [submodule "sources/3rdparty/pdebug"]
path = sources/3rdparty/pdebug path = sources/3rdparty/pdebug
url = https://github.com:arcan1s/qtadds-pdebug.git url = https://github.com/qtadds-pdebug.git

12
sources/3rdparty/language-config.h vendored Normal file
View File

@ -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 */