Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt 5.15
    Log in to post
    • All categories
    • M

      Unsolved Problem compiling for Android from Windows
      Mobile and Embedded • android qt 5.15 compilation • • mipr

      1
      0
      Votes
      1
      Posts
      175
      Views

      No one has replied

    • S

      Unsolved Qt Creator 7.0.0 crashes when Android app is tried to run on device
      Mobile and Embedded • qtcreator qt 5.15 android • • SevenM

      1
      0
      Votes
      1
      Posts
      164
      Views

      No one has replied

    • C

      Unsolved How to build Qt with clang under windows?
      General and Desktop • clang building qt qt 5.15 • • Crazy Sage

      4
      0
      Votes
      4
      Posts
      235
      Views

      Christian Ehrlicher

      @Crazy-Sage said in How to build Qt with clang under windows?:

      Clang 7.0.0

      And you're sure this ancient compiler supports all MSVC commands when you use clang-cl. What do you think you will gain when you compile Qt with clang-cl at all?

    • S

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

      1
      0
      Votes
      1
      Posts
      239
      Views

      No one has replied

    • S

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

      7
      0
      Votes
      7
      Posts
      464
      Views

      S

      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.

    • B

      Unsolved QNetworkConfiguration and QNetworkConfigurationManager alternatives for Qt 5.15.2
      General and Desktop • qt 5.15 qnetwork qt 6 • • BikashRDas

      3
      0
      Votes
      3
      Posts
      714
      Views

      Pablo J. Rogina

      @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

    • M

      Solved Qt 5.15.0 Android apk deployment failure
      Installation and Deployment • apk qt 5.15 qt creator gradle • • mujeek

      4
      0
      Votes
      4
      Posts
      1429
      Views

      F

      @mujeek Thank u, I run into this error, and this fixed it. Not all heroes wear a cape.

      I'm using Qt Creator 4.14.0 and Qt 5.15.2

    • R

      Unsolved Configuring Qt for WebAssembly and Emscripten
      Qt for WebAssembly • webassembly qt 5.15 emscripten compiler error • • ronaldo

      2
      1
      Votes
      2
      Posts
      844
      Views

      SyntaX

      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.

    • S

      Solved Use GSL library with Qt
      General and Desktop • qt 5.15 gsl external librar windows 7 64 bi mingw • • sDmt

      5
      0
      Votes
      5
      Posts
      986
      Views

      S

      @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.

    • C

      Solved Issues setting up GCC 8.3.0 Cross Compiler to compile Qt 5.15 for Raspberry Pi 4
      Installation and Deployment • raspberry pi 4 cross-compile toolchain embedded qt 5.15 • • cosmonaut65

      3
      0
      Votes
      3
      Posts
      2097
      Views

      A

      Hi author here,

      Now there's a dedicated guide available to follow for cross-compiling latest QT for any Raspberry Pi Model or Version with mentioned GCC toolchains:

      https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/master/QT_build_instructions.md

    • V

      Unsolved SIGSEGV when reloading a qml page with View3D component
      QML and Qt Quick • qt 5.15 qtquick3d segfault qml reloading error • • venupeddi

      1
      0
      Votes
      1
      Posts
      202
      Views

      No one has replied

    • tansgumus

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

      9
      0
      Votes
      9
      Posts
      1207
      Views

      T

      @lorn-potter thanks for your command.
      I love working with QT. If WASM would be working, a complete new world would open for us. The main thing what annoys me is that I can not find a good manual/guide to get wasm running on linux. I hope somebody can point me in the good direction. I'm probably just missing the needed information/knowledge, but I really want to learn!