Skip to content

Commit fb4106c

Browse files
committed
more removals
1 parent 8771c56 commit fb4106c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

mobile/wrapperApp/Status.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ ios {
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)

ui/StatusQ/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,6 @@ FetchContent_Declare(
276276
)
277277
FetchContent_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
285280
if(${CMAKE_SYSTEM_NAME} MATCHES "iOS")
286281
# Set CMake variables before fetching SCodes to ensure proper iOS compilation

0 commit comments

Comments
 (0)