Skip to content

Commit

Permalink
Remove noisy qmake output
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Aug 8, 2023
1 parent e7ccce4 commit 7b49824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QGCExternalLibs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ MacBuild {
# Include Android OpenSSL libs
AndroidBuild {
include($$SOURCE_DIR/libs/OpenSSL/android_openssl/openssl.pri)
message("ANDROID_EXTRA_LIBS")
message($$ANDROID_TARGET_ARCH)
message($$ANDROID_EXTRA_LIBS)
#message("ANDROID_EXTRA_LIBS")
#message($$ANDROID_TARGET_ARCH)
#message($$ANDROID_EXTRA_LIBS)
}

# Pairing
Expand Down

0 comments on commit 7b49824

Please sign in to comment.