aboutsummaryrefslogtreecommitdiff
path: root/Attorney_Online.pro
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-10 02:32:11 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-02-10 02:32:11 +0000
commit09ff1755a0238cedf2411a315d1de76a372e3960 (patch)
treedc17308c82bd07170d0333859015d41c0ee2d8f3 /Attorney_Online.pro
parente4c4ecb0fde4c26a8e8dd3719fe2a3401fa6b3fc (diff)
Add more frameworks
Diffstat (limited to 'Attorney_Online.pro')
-rw-r--r--Attorney_Online.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro
index f4e4cd65..e1961a08 100644
--- a/Attorney_Online.pro
+++ b/Attorney_Online.pro
@@ -13,7 +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
+macx:LIBS += -framework CoreFoundation -framework Foundation -framework CoreServices
CONFIG += c++14