diff options
author | kh1 <qt-info@nokia.com> | 2009-08-31 15:53:42 (GMT) |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2009-08-31 16:06:12 (GMT) |
commit | 5a0d63f0f8920c425227004017d1c7d1a185dce6 (patch) | |
tree | b8c6f6eefffb7ed5bc56db4280dcd52101a46a9d /tools/assistant | |
parent | 7d7dad1cf41b12e7d5003476834968b1c119ad2e (diff) | |
download | Qt-5a0d63f0f8920c425227004017d1c7d1a185dce6.zip Qt-5a0d63f0f8920c425227004017d1c7d1a185dce6.tar.gz Qt-5a0d63f0f8920c425227004017d1c7d1a185dce6.tar.bz2 |
Stop building the depricated Assistant translation, soon the be removed.
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/translations/translations_adp.pro | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/tools/assistant/translations/translations_adp.pro b/tools/assistant/translations/translations_adp.pro deleted file mode 100644 index c6f3e81..0000000 --- a/tools/assistant/translations/translations_adp.pro +++ /dev/null @@ -1,41 +0,0 @@ -# Include those manually as they do not contain any directory specification - -FORMS += ../compat/helpdialog.ui \ - ../compat/mainwindow.ui \ - ../compat/tabbedbrowser.ui \ - ../compat/topicchooser.ui - -SOURCES += ../compat/main.cpp \ - ../compat/helpwindow.cpp \ - ../compat/topicchooser.cpp \ - ../compat/docuparser.cpp \ - ../compat/index.cpp \ - ../compat/profile.cpp \ - ../compat/config.cpp \ - ../compat/helpdialog.cpp \ - ../compat/mainwindow.cpp \ - ../compat/tabbedbrowser.cpp \ - ../compat/fontsettingsdialog.cpp - -SOURCES += ../../shared/fontpanel/fontpanel.cpp - -HEADERS += ../compat/helpwindow.h \ - ../compat/topicchooser.h \ - ../compat/docuparser.h \ - ../compat/index.h \ - ../compat/profile.h \ - ../compat/helpdialog.h \ - ../compat/mainwindow.h \ - ../compat/tabbedbrowser.h \ - ../compat/config.h \ - ../compat/fontsettingsdialog.h - - -TRANSLATIONS=$$[QT_INSTALL_TRANSLATIONS]/assistant_adp_de.ts \ - $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_ja.ts \ - $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_pl.ts \ - $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_ru.ts \ - $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_untranslated.ts \ - $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_zh_CN.ts \ - $$[QT_INSTALL_TRANSLATIONS]/assistant_adp_zh_TW.ts -error("This is a dummy profile to be used for translations ONLY.") |