1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00

Fix aQt paths

This commit is contained in:
Elias Steurer 2020-08-11 14:16:16 +00:00
parent f3ccc50739
commit edee50921e

View File

@ -37,14 +37,14 @@ includepaths += ../ScreenPlayWidget/src/
includepaths += ../ScreenPlayWidget/ includepaths += ../ScreenPlayWidget/
# qt # qt
includepaths += /usr/include/x86_64-linux-gnu/qt5/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtCore/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/QtCore/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtGui/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/QtGui/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtQml/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/QtQml/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtWebEngine/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/QtWebEngine/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtNetwork/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/QtNetwork/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtQuick/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/QtQuick/
includepaths += /usr/include/x86_64-linux-gnu/qt5/QtQuickControls2/ includepaths += ../QtInstall/5.15.0/gcc_64/bin/QtQuickControls2/
# Images # Images
imagedirs = ./images imagedirs = ./images