Bug 627678 - Crashreporter need to be ported on Qt. r=ted.mielczarek a=approval2.0

This commit is contained in:
Oleg Romashin 2011-02-01 21:11:22 +02:00
Родитель 1e59044c42
Коммит 58dea55e3f
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -6383,7 +6383,9 @@ i?86-apple-darwin*|powerpc-apple-darwin*|x86_64-apple-darwin*)
MOZ_CRASHREPORTER=1
;;
i?86-*-linux*|x86_64-*-linux*|arm-*-linux*)
MOZ_CRASHREPORTER=1
if test "$MOZ_ENABLE_GTK2"; then
MOZ_CRASHREPORTER=1
fi
;;
arm-android-eabi)
MOZ_CRASHREPORTER=1