include(accounts-qml-module-common.qdocconf)
include(ubuntu-appdev-site-header.qdocconf)
include(ubuntu-appdev-site-footer.qdocconf)
HTML.stylesheets = \
doc/css/reset.css \
doc/css/qtquick.css \
doc/css/base.css \
doc/css/scratch.css
HTML.headerstyles = \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/reset.css\" />\n" \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/qtquick.css\" />\n" \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/base.css\" />\n" \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/scratch.css\" />\n"
|