Skip to content

Commit 3d1e24a

Browse files
committed
App: remove unuse code
1 parent ea43484 commit 3d1e24a

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

App/Client/CMakeLists.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -194,21 +194,3 @@ endif()
194194

195195
# Install QIcon theme
196196
INSTALL_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()

0 commit comments

Comments
 (0)