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:43:57 +0000 |
| commit | 032ba33ecff1b108fb1c12d06c14e26d86b21a60 (patch) | |
| tree | 20f8cd919367acf16e646760a4c4a1ede05995dc /Attorney_Online.pro | |
| parent | d62ff4d3afbfe3f17aaafc4c01a483ee87123219 (diff) | |
Update Attorney_Online.pro for C++14
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 |
