From a262b7f2253594ccf9414b8f2aee5683e9f8cf20 2012-02-20 14:11:14 From: Marek Rosa Date: 2012-02-20 14:11:14 Subject: [PATCH] Added basic qdocconf file to the project. --- diff --git a/qcharts.qdocconf b/qcharts.qdocconf new file mode 100644 index 0000000..f8566b1 --- /dev/null +++ b/qcharts.qdocconf @@ -0,0 +1,18 @@ +#include(compat.qdocconf) + +project = QCharts +description = Library for creating charts + +sourcedirs = ./src \ + ./example +headerdirs = ./src \ + ./example +exampledirs = ./src \ + ./example + +sources.fileextensions = "*.cpp *.qdoc *.mm *.qml" +headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx" +examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml" +examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng" + +outputdir = ./doc/html