view calc.pro @ 5:54edd85237ab

use signal to send input to qt interpreter object
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 18:07:37 -0400
parents 0e154787183d
children 822a2fe5bb51
line wrap: on
line source

MAKEFILE = calc.mk

SOURCES = \
  parser.cpp \
  interpreter.cpp \
  main.cpp \
  gui-main.cpp \
  tty-main.cpp \
  qt-interpreter.cpp

HEADERS = \
  parser.h \
  interpreter.h \
  main.h \
  gui-main.h \
  tty-main.h \
  qt-interpreter.h

LIBS += -lreadline

CONFIG += qt warn_on debug

QT += widgets

QMAKE_EXTRA_TARGETS += distclean
distclean.depends = extraclean

QMAKE_EXTRA_TARGETS += extraclean
extraclean.commands = rm -f parse.cpp