comparison libgui/src/main-window.h @ 16290:d07aeecb2d22

build: Add more #ifdefs to build GUI when Qscintilla is not present. * libgui/src/m-editor/file-editor-interface.h, libgui/src/m-editor/file-editor-tab.h, libgui/src/m-editor/file-editor.h, libgui/src/m-editor/find-dialog.h, libgui/src/m-editor/lexer-octave-gui.h: Surround entire file with #ifdef HAVE_QSCINTILLA so that generated moc-*.cc file will not be present if Qscintilla is not installed. * libgui/src/main-window.cc: Add #ifdef HAVE_QSCINTILLA around instances of file_editor.
author Rik <rik@octave.org>
date Tue, 12 Mar 2013 14:53:34 -0700
parents afc4e08f2143
children d4b6ad43bc87
comparison
equal deleted inserted replaced
16288:fe3b9a51e625 16290:d07aeecb2d22