1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Update Docs/config.qdocconf

This commit is contained in:
Elias Steurer (Kelteseth) 2019-12-29 14:40:37 +00:00
parent e552729d0c
commit e14c0c7e21

View File

@ -41,9 +41,18 @@ includepaths += ../ScreenPlayWallpaper/
includepaths += ../ScreenPlayWidget/src/
includepaths += ../ScreenPlayWidget/
# qt
includepaths += /opt/qt/5.14.0/gcc_64/include/
includepaths += /opt/qt/5.14.0/gcc_64/include/QtCore/
includepaths += /opt/qt/5.14.0/gcc_64/include/QtGui/
includepaths += /opt/qt/5.14.0/gcc_64/include/QtQml/
includepaths += /opt/qt/5.14.0/gcc_64/include/QtWebView/
# Images
imagedirs = ./images
# what kind of sources should be processed
sources.fileextensions += "*.qdoc *.cpp *.qml"