From 2effc69f86c8f187ba5c3b2b4311b584cccc476f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 12 Apr 2018 09:25:01 +0200 Subject: [PATCH] Add all qdoc files to the project tree --- doc/config.qdocconf | 2 +- nymea.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.qdocconf b/doc/config.qdocconf index 6e4933bb..1d57a728 100644 --- a/doc/config.qdocconf +++ b/doc/config.qdocconf @@ -29,7 +29,7 @@ headers.fileextensions = "*.h" imagedirs = images -exampledirs = .. +exampledirs = examples/ sourcedirs = .. sources.fileextensions = "*.cpp *.qdoc" diff --git a/nymea.pro b/nymea.pro index 34ac69f3..04e367c2 100644 --- a/nymea.pro +++ b/nymea.pro @@ -42,7 +42,7 @@ INSTALLS += translations QMAKE_EXTRA_TARGETS += licensecheck doc test lupdate lrelease # Show doc files in project tree -OTHER_FILES += doc/* +OTHER_FILES += doc/*.qdoc* # Inform about nymea build message(============================================)