Navigation

    Qt Forum

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

    • UNSOLVED C++ Qt Widget / Wie ein anderes Form in bestehenden Form öffnen?
      German • c++ qt qt 5.15 widget applicat • • sm-a  

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • UNSOLVED How can I replace text in a DOCX file?
      General and Desktop • library qt 5.15 word • • sm-a  

      7
      0
      Votes
      7
      Posts
      68
      Views

      Yes @JonB, it requires depencencies but this is not a problem. I will install this automaticly after users choice. You can find them under: LTS RELEASE https://dotnet.microsoft.com/download/dotnet-core/3.1 Current release https://dotnet.microsoft.com/download/dotnet/5.0 Note: .net CORE works with Linux, macOS und Windows.
    • UNSOLVED QNetworkConfiguration and QNetworkConfigurationManager alternatives for Qt 5.15.2
      General and Desktop • qnetwork qt 5.15 qt 6 • • BikashRDas  

      3
      0
      Votes
      3
      Posts
      31
      Views

      @BikashRDas said in QNetworkConfiguration and QNetworkConfigurationManager alternatives for Qt 5.15.2: I am using Qt 5.15.2 enterprise edition Is that version backed by a commercial license from Qt? If so, you may want to ask for help from Qt support directly
    • SOLVED Qt 5.15.0 Android apk deployment failure
      Installation and Deployment • qt creator apk qt 5.15 gradle • • mujeek  

      3
      0
      Votes
      3
      Posts
      226
      Views

      Thank to Qt Support who pointed out the failure cause, this issue is now solved for me. This deployment failure is due to the value that Qt Creator 14.3.0 puts in dropdown "Run" of AndroidManifest.xml editor. I left the original value "AndroidDeploy_arm64_v8a", but this value is wrong since Qt Loader can't find it in the APK. When I change it to "AndroidDeploy" my application starts.
    • UNSOLVED Configuring Qt for WebAssembly and Emscripten
      Qt for WebAssembly • webassembly qt 5.15 compiler error emscripten • • ronaldo  

      2
      1
      Votes
      2
      Posts
      199
      Views

      dunno if you managed to resolve your problem in the meantime, but I had a similar error (under macOS and emscripten 1.39.17): After downloading and installing everything, I ran emsdk_env (which should generate the ~/.emscripten file in the user folder, if I remember correctly) But it seems, that Qt Creator could not resolve the var for the defined emsdk_path emsdk_path = os.path.dirname(os.environ.get('EM_CONFIG')).replace('\\', '/') so I replaced all the placeholder with the explicit path: emsdk_path = '/Users/myuser/Documents/Programming/emsdk' I also added COMPILER_ENGINE = NODE_JS JS_ENGINES = [NODE_JS] at the bottom (not sure though if that was needed) After restarting Qt creator the compiler and toolkit for WebAssembly wer successfully recognized.
    • SOLVED Use GSL library with Qt
      General and Desktop • mingw windows 7 64 bi qt 5.15 external librar gsl • • sDmt  

      5
      0
      Votes
      5
      Posts
      164
      Views

      @SGaist That was my problem. I compiled the libraries with MinGW 32 while my Qt's is MinGW 64. I changed the compiler and the problem is solved. Thanks for the help.
    • SOLVED Issues setting up GCC 8.3.0 Cross Compiler to compile Qt 5.15 for Raspberry Pi 4
      Installation and Deployment • embedded cross-compile toolchain qt 5.15 raspberry pi 4 • • cosmonaut65  

      2
      0
      Votes
      2
      Posts
      680
      Views

      I managed to solve this issue by following this guide: https://github.com/UvinduW/Cross-Compiling-Qt-for-Raspberry-Pi-4 I think the cross-compiler I downloaded above had issues using my sysroot directory. The instructions linked above use a linaro compiler (albeit an older one) and it compiled Qt 5.15 successfully.
    • UNSOLVED SIGSEGV when reloading a qml page with View3D component
      QML and Qt Quick • qml segfault qt 5.15 qtquick3d reloading error • • venupeddi  

      1
      0
      Votes
      1
      Posts
      54
      Views

      No one has replied

    • UNSOLVED WebAssembly for Qt Creator
      Qt for WebAssembly • linux qt creator webassembly qt 5.15 emscripten • • tansgumus  

      5
      0
      Votes
      5
      Posts
      165
      Views

      @Falko said in WebAssembly for Qt Creator: I started with 1.39.8, but Qt Creator was always complaining that I don't use 1.39.7. I updated Qt Creator to the recent version (Qt Creator 4.12.2) but still complains even when I tried to use Emscripten1.39.7!!!