Bug 566576 - alerts not working for Qt builds. r=ted

This commit is contained in:
Wolfgang Rosenauer 2010-05-19 07:43:18 +02:00
Родитель 6c5c7f51f9
Коммит 72333deba5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -45,7 +45,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2 android))
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2 qt android))
DIRS += src
endif

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

@ -50,7 +50,7 @@ IS_COMPONENT = 1
MODULE_NAME = nsToolkitCompsModule
LIBXUL_LIBRARY = 1
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2 android))
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2 qt android))
ALERTS_SERVICE=1
DEFINES += -DALERTS_SERVICE
endif