Fix compiling on macOS High Sierra (#665)

* mac docs update relating to qt 

give a little more detailed installation guide for the qt installation

* Fix compiling on clang, now compiles on macOS High Sierra
This commit is contained in:
Daniel Pasch
2018-08-13 20:10:32 +02:00
committed by fourtf
parent 2448f6f538
commit c4e3bf1a8c
4 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -33,7 +33,7 @@ equals(QMAKE_CXX, "clang++")|equals(QMAKE_CXX, "g++") {
}
# Icons
macx:ICON = resources/images/chatterino2.icns
#macx:ICON = resources/images/chatterino2.icns
win32:RC_FILE = resources/windows.rc
@@ -71,6 +71,8 @@ win32 {
# OSX include directory
macx {
INCLUDEPATH += /usr/local/include
INCLUDEPATH += /usr/local/opt/openssl/include
LIBS += -L/usr/local/opt/openssl/lib
}
# Optional dependency on Windows SDK 7