js8call/.svn/pristine/ce/ce14c97d0d09eb56309101b2ff09e8b16551af34.svn-base
2018-02-08 21:28:33 -05:00

17 lines
256 B
Plaintext

#
# QCustomPlot Plot Examples
#
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = refspec
TEMPLATE = app
SOURCES += main.cpp mainwindow.cpp qcustomplot.cpp
HEADERS += mainwindow.h qcustomplot.h
FORMS += mainwindow.ui