Add filesystem header to select between std::filesystem and std::experimental::filesystem depending on system availability.

Commit amended by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
k1-801 2021-04-24 21:40:24 +04:00 committed by Adam Honse
parent 05d72ba96f
commit ad2cd89128
6 changed files with 33 additions and 21 deletions

View file

@ -10,8 +10,8 @@ index 6295344a..d09bed44 100644
unix:!macx {
- TARGET = $$lower($$TARGET)
-
CONFIG += \
c++14 \
INCLUDEPATH += \
Controllers/FaustusController \
diff --git a/qt/OpenRGB.desktop b/qt/OpenRGB.desktop
index bd71a38a..b4a0f86a 100644