diff options
author | João Abecasis <joao@abecasis.name> | 2009-10-07 08:05:51 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-10-07 10:44:42 (GMT) |
commit | e9e37393a4c1cfc43b5dca94a832d73cd009d73e (patch) | |
tree | c58bc4f97b2bc64e512120f9a1342a65349eb413 /tools/assistant | |
parent | 81e0167b13abf81bf630281ac940a2b73509ed5b (diff) | |
download | Qt-e9e37393a4c1cfc43b5dca94a832d73cd009d73e.zip Qt-e9e37393a4c1cfc43b5dca94a832d73cd009d73e.tar.gz Qt-e9e37393a4c1cfc43b5dca94a832d73cd009d73e.tar.bz2 |
Removing errors from the configure step...
Reviewed-by: Thiago Macieira
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/translations/qt_help.pro | 4 | ||||
-rw-r--r-- | tools/assistant/translations/translations_adp.pro | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/tools/assistant/translations/qt_help.pro b/tools/assistant/translations/qt_help.pro index 69570d3..0133ea4 100644 --- a/tools/assistant/translations/qt_help.pro +++ b/tools/assistant/translations/qt_help.pro @@ -42,11 +42,9 @@ HEADERS += ../lib/qhelpcollectionhandler_p.h \ TR_DIR = $$PWD/../../../translations TRANSLATIONS = \ $$TR_DIR/qt_help_da.ts \ - $$TR_DIR/qt_help_de.ts + $$TR_DIR/qt_help_de.ts \ $$TR_DIR/qt_help_ja.ts \ $$TR_DIR/qt_help_pl.ts \ $$TR_DIR/qt_help_ru.ts \ $$TR_DIR/qt_help_zh_CN.ts \ $$TR_DIR/qt_help_zh_TW.ts - -error("This is a dummy profile to be used for translations ONLY.") diff --git a/tools/assistant/translations/translations_adp.pro b/tools/assistant/translations/translations_adp.pro index 852bdeb..f8da2e3 100644 --- a/tools/assistant/translations/translations_adp.pro +++ b/tools/assistant/translations/translations_adp.pro @@ -39,5 +39,3 @@ TRANSLATIONS = \ $$TR_DIR/assistant_adp_ru.ts \ $$TR_DIR/assistant_adp_zh_CN.ts \ $$TR_DIR/assistant_adp_zh_TW.ts - -error("This is a dummy profile to be used for translations ONLY.") |