view calc.pro @ 6:1b575145197e

interpreter is now a class instead of a namespace with functions
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2019 07:41:18 -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