1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
#include(compat.qdocconf)
project = OnlineAccounts QML API
description = QML API for using online accounts
outputdir = html
outputformats = HTML
headerdirs = ../src
sourcedirs = ../src
sources.fileextensions = "*.qml *.qdoc *.cpp"
exampledirs = ./examples
imagedirs = ./images
HTML.templatedir = .
HTML.nobreadcrumbs = "true"
HTML.stylesheets = qtquick.css
HTML.headerstyles = " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/qtquick.css\" />\n"
HTML.endheader = "</head>\n"
HTML.footer = "<div class=\"footer\">Copyright (C) 2013 Canonical Ltd.</div>\n"
|