mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 02:32:29 +01:00
Fix CI ubuntu paths
This commit is contained in:
parent
ca131f7909
commit
22dba2bdb7
@ -36,6 +36,15 @@ includepaths += ../ScreenPlayWallpaper/
|
||||
includepaths += ../ScreenPlayWidget/src/
|
||||
includepaths += ../ScreenPlayWidget/
|
||||
|
||||
# qt
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtCore/
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtGui/
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtQml/
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtWebEngine/
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtNetwork/
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtQuick/
|
||||
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtQuickControls2/
|
||||
|
||||
# Images
|
||||
imagedirs = ./images
|
||||
|
Loading…
Reference in New Issue
Block a user