Initial Commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user