view libgui/link-deps.mk @ 18495:1ec884e5ff00 gui-release

waitbar.m: Force pixel units for waitbar figure (bug #41645). * waitbar.m: Use "pixel" units when creating waitbar figure so that the subsequent "position" property is always interpreted properly.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Thu, 20 Feb 2014 16:18:02 +0100
parents 5f031158c693
children 39844e6ccf13
line wrap: on
line source

include $(top_srcdir)/libinterp/link-deps.mk

if AMCOND_ENABLE_DYNAMIC_LINKING
  LIBOCTGUI_LINK_DEPS =
else
  LIBOCTGUI_LINK_DEPS = $(DLDFCN_LIBS)
endif

LIBOCTGUI_LINK_DEPS += \
  @QT_LIBS@

LIBOCTGUI_LINK_OPTS = \
  @QT_LDFLAGS@

if AMCOND_LINK_ALL_DEPS
  LIBOCTGUI_LINK_DEPS += $(LIBOCTINTERP_LINK_DEPS)
  LIBOCTGUI_LINK_OPTS += $(LIBOCTINTERP_LINK_OPTS)

  OCTAVE_GUI_LINK_DEPS = $(LIBOCTGUI_LINK_DEPS)
  OCTAVE_GUI_LINK_OPTS = $(LIBOCTGUI_LINK_OPTS)
endif