Skip to content

Commit

Permalink
Merge pull request #1107 from BlockSettle/qtquick_gui_win_fix
Browse files Browse the repository at this point in the history
make CodeSign APPLE exclusive
  • Loading branch information
sergey-chernikov authored Jul 20, 2023
2 parents 509dde9 + 2cc2a05 commit 7f2a12c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BlockSettleApp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ PROJECT( ${BLOCKSETTLE_APP_NAME} )
FILE(GLOB SOURCES *.cpp)
FILE(GLOB HEADERS *.h)

include(CodeSign)

INCLUDE_DIRECTORIES( ${COMMON_UI_LIB_INCLUDE_DIR} )
INCLUDE_DIRECTORIES( ${COMMON_LIB_INCLUDE_DIR} )
INCLUDE_DIRECTORIES( ${BLOCKSETTLE_UI_INCLUDE_DIR} )
Expand All @@ -28,6 +26,7 @@ INCLUDE_DIRECTORIES( ${BOTAN_INCLUDE_DIR} )
INCLUDE_DIRECTORIES( ${Qt5Svg_INCLUDE_DIRS} )

IF ( APPLE )
include(CodeSign)
include(Notarize)

SET( BUNDLE_NAME "BlockSettle Terminal" )
Expand Down

0 comments on commit 7f2a12c

Please sign in to comment.