view calc.pro @ 3:52c033864347

add build instructions to NOTES file
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 16:21:06 -0400
parents dff751fb985c
children 0e154787183d
line wrap: on
line source

MAKEFILE = calc.mk

SOURCES = parse.cpp main.cpp gui-main.cpp tty-main.cpp

HEADERS = parse.h gui-main.h tty-main.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