-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqdoc.qdocconf
More file actions
25 lines (18 loc) · 1004 Bytes
/
Copy pathqdoc.qdocconf
File metadata and controls
25 lines (18 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include($QT_INSTALL_DOCS/global/qt-module-defaults-online.qdocconf)
#include($QT_INSTALL_DOCS/global/macros.qdocconf) #macros for QDoc commands
#include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf) #needed by C++ projects
#include($QT_INSTALL_DOCS/global/compat.qdocconf) #compatibility macros
#include($QT_INSTALL_DOCS/global/fileextensions.qdocconf) #configuration common among QDoc projects
#include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf) #offline HTML template for documentation shipped to Qt Creator
HTML.headerstyles += \
" <link href=\"https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Open+Sans:400,300\" rel=\"stylesheet\" type=\"text/css\" />\n"
project = IqOrm Libraty
description = Sample QDoc project
sourcedirs = $SRC/src
headerdirs = $SRC/src
exampledirs = $SRC/examples
indexes = $QT_INSTALL_DOCS/qtcore/qtcore.index $QT_INSTALL_DOCS/qtsql/qtsql.index
defines = Q_QDOC
depends = qtcore qtsql
outputdir = $TARGET/doc/html
outputformats = HTML