Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. bundle
    Log in to post

    • SOLVED Didn't find class QtActivityDelegate with App Bundle
      Mobile and Embedded • android release mode bundle qtactivitydeleg • • Colton  

      3
      0
      Votes
      3
      Posts
      56
      Views

      I had a Progaurd file for release. Removing that fixed the problem: keepattributes LineNumberTable,SourceFile renamesourcefileattribute SourceFile
    • UNSOLVED Mac - Qt Dylib locations... ?
      General and Desktop • cmake mac linking bundle dylib • • Dariusz  

      6
      0
      Votes
      6
      Posts
      135
      Views

      @Dariusz You should use macdeployqt for all things qt, possibly your custom solutions for your custom stuff (additional libs, etc).
    • SOLVED How to reference bundled files on ios?
      Mobile and Embedded • qml ios mobile audio bundle • • Hitokage  

      10
      0
      Votes
      10
      Posts
      657
      Views

      @SGaist Hey so the reference problem is solved. Seems like the file can be opened, the player works but there is no sound :-/. I'll probably open another thread for this issue. Thanks for the help again! EDIT: Or maybe it's working :D. On other devices I got a report that the sound is OK. Will investigate that further!
    • SOLVED How can I create the application bundle in Linux?
      General and Desktop • linux deploy ubuntu 18.04 bundle rpath • • Yash001  

      6
      0
      Votes
      6
      Posts
      812
      Views

      Hi, I am able to open the application by double click. I made change in Icon and Exec path. Exec=APP_PACKAGE_PATH/SquidStat.sh Icon=APP_PACKAGE_PATH/Squidstat.png
    • SOLVED why QProcess is not working in MAC os?
      General and Desktop • qprocess bundle macros qt 5.11.0 • • Yash001  

      19
      0
      Votes
      19
      Posts
      2601
      Views

      @JonB Thank you for correct direction. I will modify my code and use it finished Signal for updating dialog box.
    • SOLVED what is wrong in script of application bundle for IOs application?
      3rd Party Software • macdeployqt bundle 3rd party mac-os dynamiclibrary • • Yash001  

      8
      0
      Votes
      8
      Posts
      1388
      Views

      Hi, With help of our senior Engineer. I am able to solve this issue. He change the binary path of libSquidStateLibrary.1.dylib into libChargeDischarge1.dylib and .app file. Inside the bundle my library location at _Squidstate.app/squidstatelibrary/libSquidStateLibrary.1.dylib //change Binary path in Plugin install_name_tool -change libSquidStateLibrary.1.dylib @executable_path/squidstatelibrary/libSquidStateLibrary.1.dylib ./../../out/Release/_SquidStat/_SquidStat.app/Contents/MacOS/prebuilt/libChargeDischarge1.dylib // change binary path in app install_name_tool -change libSquidStateLibrary.1.dylib @executable_path/squidstatelibrary/libSquidStateLibrary.1.dylib ./../../out/Release/_SquidStat/_SquidStat.app/Contents/MacOS/_SquidStat solution may be helpful to novice programmer like me. Thank you.
    • UNSOLVED Deploy library with Qt Creator plugin on Mac
      Installation and Deployment • qtcreator qmake plugin mac bundle • • Aleksey_K  

      10
      0
      Votes
      10
      Posts
      2294
      Views

      @SGaist, could You provide an example please - fixed mylibrary.pro? Thanks!
    • Windows Phone prepopulated db
      Mobile and Embedded • sqlite windows phone bundle • • marco.paglia  

      6
      0
      Votes
      6
      Posts
      1726
      Views

      I opened the project in Visual Studio. Now I have my files in the "Distribution Files". I think I should be able to access it with the QStandardPaths class. If I'm right I do not know which variable corresponds to that folder