##// END OF EJS Templates
Remove index from QLineChartSeries API
Remove index from QLineChartSeries API

File last commit:

r308:924e979155d8
r348:c5af9c80b764
Show More
charts.pro
31 lines | 778 B | text/idl | PrologLexer
!include(common.pri) {
error('missing common.pri')
}
TEMPLATE = subdirs
SUBDIRS += src example test qmlplugin
integrated_build:{
message('Configured for integrated build')
} else {
message('Please build example test and qmlplugin after installing library.')
}
CONFIG += ordered
QMAKE_CXXFLAGS += -g -Wall
unix:QMAKE_DISTCLEAN += -r build bin doc/html
win32:QMAKE_DISTCLEAN += /Q /s build bin doc\\html
# install feature file
feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
feature.files = $$PWD/features/qtcommercialchart.prf
INSTALLS += feature
doc.target = doc
win32:{
doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR\\qcharts.qdocconf
}else{
doc.commands = qdoc3 $$CHART_BUILD_DOC_DIR/qcharts.qdocconf
}
doc.depends = FORCE
QMAKE_EXTRA_TARGETS += doc