##// END OF EJS Templates
Documentation fixes....
Documentation fixes. Removed empty tutorials tab from docs, to be added later. Fixed broken images in docs, added screenshot of legend.

File last commit:

r922:d40a04983d6a
r995:d52b7de4b911
Show More
charts.pro
33 lines | 889 B | text/idl | PrologLexer
!include(common.pri) {
error('missing common.pri')
}
TEMPLATE = subdirs
SUBDIRS += src qmlplugin examples demos test
integrated_build:{
message('Configured for integrated build against local libs...')
} else {
message('Running build aginst system libs...')
message('Please build example test and qmlplugin after installing library.')
}
CONFIG += ordered
QMAKE_CXXFLAGS += -g -Wall
unix:QMAKE_DISTCLEAN += -r build bin include lib doc/html
win32:QMAKE_DISTCLEAN += /Q /s build bin include lib doc\\html
# install feature file
feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
feature.files = $$PWD/features/qtcommercialchart.prf
INSTALLS += feature
docs.target = docs
win32:{
docs.commands = qdoc3 $$CHART_BUILD_DOC_DIR\\qcharts.qdocconf
}else{
docs.commands = qdoc3 $$CHART_BUILD_DOC_DIR/qcharts.qdocconf
}
docs.depends = FORCE
QMAKE_EXTRA_TARGETS += docs