JKQtPlotter/test/jkqtplotter_simpletest/jkqtplotter_simpletest.pro
jkriege2 c4a217a500 * improved class interface
* added simple example (also to documentation!)
2015-08-02 13:36:54 +02:00

17 lines
429 B
Prolog

# source code for this simple demo
SOURCES = jkqtplotter_simpletest.cpp
# configure Qt
CONFIG += qt
QT += core gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
# output executable name
TARGET = jkqtplotter_simpletest
# include JKQtPlotter source code
include(../../jkqtplotter.pri)
# here you can activate some debug options
#DEFINES += SHOW_JKQTPLOTTER_DEBUG
#DEFINES += JKQTBP_AUTOTIMER