aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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