diff options
-rw-r--r-- | src/bluetooth/doc/qtbluetooth.qdocconf | 3 | ||||
-rw-r--r-- | src/nfc/doc/qtnfc.qdocconf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/bluetooth/doc/qtbluetooth.qdocconf b/src/bluetooth/doc/qtbluetooth.qdocconf index e23be234..5ba0fb2d 100644 --- a/src/bluetooth/doc/qtbluetooth.qdocconf +++ b/src/bluetooth/doc/qtbluetooth.qdocconf @@ -7,6 +7,9 @@ version = $QT_VERSION examplesinstallpath = bluetooth +# Path to the root of qtconnectivity (for automatic linking to source code) +url.sources.rootdir = ../../.. + qhp.projects = QtBluetooth qhp.QtBluetooth.file = qtbluetooth.qhp diff --git a/src/nfc/doc/qtnfc.qdocconf b/src/nfc/doc/qtnfc.qdocconf index 5b6bdc0a..71689afa 100644 --- a/src/nfc/doc/qtnfc.qdocconf +++ b/src/nfc/doc/qtnfc.qdocconf @@ -7,6 +7,9 @@ version = $QT_VERSION examplesinstallpath = nfc +# Path to the root of qtconnectivity (for automatic linking to source code) +url.sources.rootdir = ../../.. + qhp.projects = QtNfc qhp.QtNfc.file = qtnfc.qhp |