Skip to content

Commit

Permalink
fix android cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mgn-norm committed Jun 25, 2022
1 parent 7243c13 commit b6ae3e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ target_link_libraries(qtui

qt_finalize_executable(qtui)

install (TARGETS qtui RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME Tachidesk-QtUI)
if (NOT ANDROID)
install (TARGETS qtui RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME Tachidesk-QtUI)
endif()

0 comments on commit b6ae3e3

Please sign in to comment.