Skip to content

Commit

Permalink
Bump minimum OS X version to 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Jan 31, 2017
1 parent c1ea28c commit b2dcdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigviewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CONFIG(release, debug|release) {
CONFIG += warn_on link_prl qt thread

macx {
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
LIBS += -liconv
}

Expand Down

0 comments on commit b2dcdae

Please sign in to comment.