Skip to content

Commit d920623

Browse files
Update DigitalNote.pro for mac build
1 parent f5eb24a commit d920623

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

DigitalNote.pro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ UI_DIR = build
5454
# use: qmake "RELEASE=1"
5555
contains(RELEASE, 1) {
5656
# Mac: compile for maximum compatibility (10.15, 64-bit)
57-
macx:QMAKE_CXXFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
58-
macx:QMAKE_CFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
59-
macx:QMAKE_LFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
60-
macx:QMAKE_OBJECTIVE_CFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
57+
macx:QMAKE_CXXFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
58+
macx:QMAKE_CFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
59+
macx:QMAKE_LFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
60+
macx:QMAKE_OBJECTIVE_CFLAGS += -mmacosx-version-min=10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
6161

6262

6363
!windows:!macx {
@@ -550,12 +550,12 @@ isEmpty(BDB_INCLUDE_PATH) {
550550
}
551551

552552
isEmpty(BOOST_LIB_PATH) {
553-
macx:BOOST_LIB_PATH = /usr/local/Cellar/boost/1.73.0/lib
553+
macx:BOOST_LIB_PATH = /usr/local/Cellar/boost/1.74.0/lib
554554
windows:BOOST_LIB_PATH=C:/deps/boost_1_74_0/lib
555555
}
556556

557557
isEmpty(BOOST_INCLUDE_PATH) {
558-
macx:BOOST_INCLUDE_PATH = /usr/local/Cellar/boost/1.73.0/include
558+
macx:BOOST_INCLUDE_PATH = /usr/local/Cellar/boost/1.74.0/include
559559
windows:BOOST_INCLUDE_PATH=C:/deps/boost_1_74_0/include
560560

561561
}
@@ -585,12 +585,12 @@ isEmpty(MINIUPNPC_LIB_PATH) {
585585
}
586586

587587
isEmpty(OPENSSL_INCLUDE_PATH) {
588-
macx:OPENSSL_INCLUDE_PATH = /usr/local/Cellar/openssl@1.1/1.1.1g/include
588+
macx:OPENSSL_INCLUDE_PATH = /usr/local/Cellar/openssl@1.1/1.1.1h/include
589589
windows:OPENSSL_INCLUDE_PATH=C:/deps/openssl-1.0.2u/include
590590
}
591591

592592
isEmpty(OPENSSL_LIB_PATH) {
593-
macx:OPENSSL_LIB_PATH = /usr/local/Cellar/openssl@1.1/1.1.1g/lib
593+
macx:OPENSSL_LIB_PATH = /usr/local/Cellar/openssl@1.1/1.1.1h/lib
594594
windows:OPENSSL_LIB_PATH=C:/deps/openssl-1.0.2u/lib
595595
}
596596

0 commit comments

Comments
 (0)