Add all qdoc files to the project tree

This commit is contained in:
Simon Stürz 2018-04-12 09:25:01 +02:00 committed by Michael Zanetti
parent 44dd09d227
commit 2effc69f86
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ headers.fileextensions = "*.h"
imagedirs = images
exampledirs = ..
exampledirs = examples/
sourcedirs = ..
sources.fileextensions = "*.cpp *.qdoc"

View File

@ -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(============================================)