##// END OF EJS Templates

File last commit:

r401:e71d8c300b9c
r451:465dafc0e5b7 merge
Show More
splinechart.pro
20 lines | 372 B | text/idl | PrologLexer
Marek Rosa
Spline working somewhat
r401 #-------------------------------------------------
#
# Project created by QtCreator 2012-02-29T12:37:46
#
#-------------------------------------------------
!include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
}
QT += core gui
TARGET = splinechart
TEMPLATE = app
SOURCES += main.cpp\
splinewidget.cpp
HEADERS += splinewidget.h