Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. SQLCipher build static library for iOS and shared object for Android. How?
QtWS25 Last Chance

SQLCipher build static library for iOS and shared object for Android. How?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 465 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on last edited by bogong
    #1

    Hello all!
    Does anybody know how to build https://www.zetetic.net/sqlcipher/ for iOS static library (*.a file) and shared object (*.so file) for Android? All that I found is about XCode and Android Studio implementation but I need to build it like livrary and use it Qt Project. Previously I've been using this plugin but it's not working properly for Android build on Qt 5.14.0, for previous Qt versions all is OK. It's not building for any version of Android, MacOS or iOS on Qt 5.14.0.

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rhayader
      wrote on last edited by
      #2

      To build sqlcipher for android you can see my branch for sqlcipher in
      https://github.com/sjemens/sqlcipher/tree/android
      There are instructions in the readme.

      For the iOS I have not ever tried it but there is a fork of my repo in
      https://github.com/tr1cks/qsqlcipher-qt5
      but I am afraid I can not help much further here.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved