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. Remove unnecessary qt libs in multi ABI release build
Forum Updated to NodeBB v4.3 + New Features

Remove unnecessary qt libs in multi ABI release build

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 283 Views 1 Watching
  • 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.
  • A Offline
    A Offline
    addr3ss
    wrote on last edited by addr3ss
    #1

    How can I remove unnecessary qt libs in multi ABI release build?(qt 5.14)
    (like: libplugins_imageformats_.so and libplugins_imageformats_.so)
    I just have these in my project:

    import QtQuick 2.12
    import QtQuick.Controls 2.5
    import QtQuick.Controls.Material 2.3
    

    and my libs is:
    Screenshot_20191226_231808.png
    Is it any of them unnecessary?

    T 1 Reply Last reply
    0
    • A addr3ss

      How can I remove unnecessary qt libs in multi ABI release build?(qt 5.14)
      (like: libplugins_imageformats_.so and libplugins_imageformats_.so)
      I just have these in my project:

      import QtQuick 2.12
      import QtQuick.Controls 2.5
      import QtQuick.Controls.Material 2.3
      

      and my libs is:
      Screenshot_20191226_231808.png
      Is it any of them unnecessary?

      T Offline
      T Offline
      Tom_H
      wrote on last edited by
      #2

      @addr3ss I had that question awhile back. The only way I could figure out how to do it was with Android Studio. After building with QtCreator, there will be an Android Studio project in your build directory in a folder called android-build (the one with the build.gradle file). Delete whichever libs you want from the libs folder, then build the project in Android Studio. You can remove unused Quick Controls styles and for others just use trial and error.

      Here's my previous question

      1 Reply Last reply
      0

      • Login

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