view test/bug-36025/module.mk @ 20075:c7c50030e76c

allow qt graphics toolkit to be used in --no-gui mode (bug #44116) * octave-gui.cc (octave_start_gui): Install Qt plot functions and register the qt plot toolkit here. * main-window.cc (main_window::construct): Not here.
author Stefan Mahr <dac922@gmx.de>
date Fri, 27 Feb 2015 09:44:58 -0500
parents 1af8d21608b7
children
line wrap: on
line source

bug_36025_FCN_FILES = \
  bug-36025/@testclass/one.m \
  bug-36025/@testclass/testclass.m \
  bug-36025/@testclass/two.m \
  bug-36025/bug-36025.tst

FCN_FILES += $(bug_36025_FCN_FILES)