Skip to content

Commit 92b49f7

Browse files
nicolasfellafrankosterfeld
authored andcommitted
Make QtAndroidExtras dependency private
The AndroidExtras usage does not leak into the public API so make the linking private.
1 parent baa895f commit 92b49f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ endif()
185185

186186
if(ANDROID)
187187
list(APPEND qtkeychain_SOURCES keychain_android.cpp androidkeystore.cpp plaintextstore.cpp)
188-
list(APPEND qtkeychain_LIBRARIES ${QTANDROIDEXTRAS_LIBRARIES} )
188+
list(APPEND qtkeychain_LIBRARIES_PRIVATE ${QTANDROIDEXTRAS_LIBRARIES} )
189189
endif()
190190

191191
QT_WRAP_CPP(qtkeychain_MOC_OUTFILES keychain.h keychain_p.h gnomekeyring_p.h)

0 commit comments

Comments
 (0)