File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 8181 -framework Foundation
8282
8383 # Base libraries (always included)
84- LIBS += -L $$PWD /../lib/ $$LIB_PREFIX -lnim_status_client -lDOtherSideStatic -lstatusq -lstatus -lsds -lssl_3 -lcrypto_3 -lqzxing -lSCodes -lZXing - lresolv -lqrcodegen
84+ LIBS += -L $$PWD /../lib/ $$LIB_PREFIX -lnim_status_client -lDOtherSideStatic -lstatusq -lstatus -lsds -lssl_3 -lcrypto_3 -lqzxing -lresolv -lqrcodegen
8585
8686 contains (DEFINES, FLAG_KEYCARD_ENABLED ) {
8787 # Use entitlements with NFC support (requires paid Apple Developer account)
Original file line number Diff line number Diff line change @@ -276,11 +276,6 @@ FetchContent_Declare(
276276)
277277FetchContent_MakeAvailable(MobileUI)
278278
279- # ZXing configuration - use static library for all platforms for consistent linking
280- # set(ZXING_SHARED_LIBRARY OFF CACHE BOOL "Build ZXing as static library" FORCE)
281- # set(ZXING_BUILD_TESTS OFF CACHE BOOL "Disable ZXing tests" FORCE)
282- # set(ZXING_BUILD_EXAMPLES OFF CACHE BOOL "Disable ZXing examples" FORCE)
283-
284279# iOS-specific configuration for SCodes and its ZXing dependency
285280if (${CMAKE_SYSTEM_NAME} MATCHES "iOS" )
286281 # Set CMake variables before fetching SCodes to ensure proper iOS compilation
You can’t perform that action at this time.
0 commit comments