зеркало из https://github.com/mozilla/gecko-dev.git
Fixed building printing gui for qt unix port
This commit is contained in:
Родитель
e8436023c1
Коммит
1ae93ca4ab
|
@ -122,7 +122,7 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
|||
LOCAL_INCLUDES += -I$(srcdir)/../printingui/src/os2
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gtk2 beos photon, $(MOZ_WIDGET_TOOLKIT)))
|
||||
ifneq (,$(filter qt gtk2 beos photon, $(MOZ_WIDGET_TOOLKIT)))
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../printingui/src/unixshared
|
||||
endif
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifneq (,$(filter gtk2 photon beos,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifneq (,$(filter qt gtk2 photon beos,$(MOZ_WIDGET_TOOLKIT)))
|
||||
PLATFORM_DIR += unixshared
|
||||
endif
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),beos)
|
|||
EXPORTS += nsIDragSessionBeOS.h
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifneq (,$(filter qt gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
EXPORTS += \
|
||||
nsIDragSessionGTK.h \
|
||||
nsIPrintDialogService.h \
|
||||
|
|
Загрузка…
Ссылка в новой задаче