Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1888 from trnkava1/macFixes
Browse files Browse the repository at this point in the history
Mac fixes
  • Loading branch information
nowrep committed Mar 19, 2016
2 parents a16c21b + a741729 commit 3f10e63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 666 deletions.
1 change: 1 addition & 0 deletions src/lib/app/browserwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ void BrowserWindow::setupMenu()
}

m_mainMenu = macMainMenu;
m_mainMenu->initSuperMenu(m_superMenu);
#else
setMenuBar(new MenuBar(this));

Expand Down
5 changes: 3 additions & 2 deletions src/lib/lib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,9 @@ os2 {
}

mac {
HEADERS += other/macmenureceiver.h \
SOURCES += other/macmenureceiver.cpp \
# homebrew openssl
INCLUDEPATH += /opt/local/include
LIBS += -L/opt/local/lib

LIBS += -lcrypto -framework CoreServices
}
Expand Down
Loading

0 comments on commit 3f10e63

Please sign in to comment.