File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,21 +194,3 @@ endif()
194194
195195# Install QIcon theme
196196INSTALL_ICON_THEME (SOURCES ${CMAKE_CURRENT_SOURCE_DIR} /Resource/icons )
197-
198- if (ANDROID )
199- find_package (QFtpServerLib )
200- if (QFtpServerLib_FOUND)
201- get_target_property (QFtpServerLib_Location QFtpServerLib IMPORTED_LOCATION )
202- list (APPEND android_extra_libs ${QFtpServerLib_Location} )
203- endif ()
204- find_package (Qt${QT_VERSION_MAJOR}Keychain )
205- if (Qt${QT_VERSION_MAJOR} Keychain_FOUND)
206- get_target_property (QtKeychain_Location Qt${QT_VERSION_MAJOR}Keychain::Qt${QT_VERSION_MAJOR}Keychain IMPORTED_LOCATION )
207- list (APPEND android_extra_libs ${QtKeychain_Location} )
208- endif ()
209- message ("QT_ANDROID_EXTRA_LIBS: ${android_extra_libs} " )
210- if (android_extra_libs)
211- set_target_properties (${PROJECT_NAME} PROPERTIES
212- QT_ANDROID_EXTRA_LIBS ${android_extra_libs} )
213- endif ()
214- endif ()
You can’t perform that action at this time.
0 commit comments