diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:19:12 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-10 02:19:12 +0000 |
| commit | e4c4ecb0fde4c26a8e8dd3719fe2a3401fa6b3fc (patch) | |
| tree | ef84cc8cfea768bea790d93596049b39ec56f204 | |
| parent | f05c3defcfc1cd64147c2f3c7de0ca3c44140050 (diff) | |
Use CoreFoundation library
| -rw-r--r-- | Attorney_Online.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index c0bc4abb..f4e4cd65 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -13,6 +13,7 @@ MOC_DIR = $$PWD/build SOURCES += $$files($$PWD/src/*.cpp) HEADERS += $$files($$PWD/include/*.h) LIBS += -L$$PWD/lib -lbass -ldiscord-rpc +macx:LIBS += -framework CoreFoundation CONFIG += c++14 |
