diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:43:57 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-01-21 02:46:23 +0000 |
| commit | 4860be3cdf27662a27bc732ddf120b0301aa0663 (patch) | |
| tree | ac83ae26b960d311032983faf5c799ad12d1e513 /Attorney_Online.pro | |
| parent | 291206587013c1c565563cb630d5ab0db2281b63 (diff) | |
Update Attorney_Online.pro for C++14
(cherry picked from commit 032ba33ecff1b108fb1c12d06c14e26d86b21a60)
Diffstat (limited to 'Attorney_Online.pro')
| -rw-r--r-- | Attorney_Online.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 39366c04..c0bc4abb 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -14,7 +14,7 @@ SOURCES += $$files($$PWD/src/*.cpp) HEADERS += $$files($$PWD/include/*.h) LIBS += -L$$PWD/lib -lbass -ldiscord-rpc -CONFIG += c++11 +CONFIG += c++14 RESOURCES += resources.qrc |
