Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • 0 Votes
    27 Posts
    5k Views
    SGaistS

    https://opencv.org/releases.html

    Version 4.0.1 is available as it seems.

  • Building Qt-GStreamer

    8
    2 Votes
    8 Posts
    12k Views
    M

    @jward I had rebuild this plugin today and had the same problem. I found that I had to include the GStreamer bin dir in my environment path.
    I added this to my path and cmake configured correctly:
    C:\gstreamer\1.0\x86\bin

  • OpenGL problems

    Unsolved
    22
    0 Votes
    22 Posts
    6k Views
    aha_1980A

    Continued as https://bugreports.qt.io/browse/QTCREATORBUG-21947

  • Matlab in Qt

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    M

    @SGaist
    I somehow solved the problem....
    I run qmake.
    Then, it manages to open the include file and run the codes, but it shows many warnings....
    I don't know I must run qmake before run the codes...

  • QtDataVisualization - semi-transparent QSurface3DSeries

    Unsolved
    1
    0 Votes
    1 Posts
    496 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    SGaistS

    While I really like the bindings themselves, the GStreamer folks have updated their Wiki page about it and wrote that they are now unmaintained. However, you have the qmlglsink that you should be able to use.

    You should contact them for more information about it.

  • Tensorflow configuration in Qt creator

    Unsolved
    8
    0 Votes
    8 Posts
    5k Views
    aha_1980A

    @JBonilla very nice tutorial!

  • QZXing on Android and IOS

    Unsolved
    2
    0 Votes
    2 Posts
    639 Views
    SGaistS

    Hi,

    You have to add more information:

    What version of Qt ? What version of iOS ? What version of QZXing ? How did you build QZxing ?
  • QT integration with Azure Pipeline

    Solved
    10
    0 Votes
    10 Posts
    7k Views
    D

    @SGaist That's good to know. thx.

  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    43 Views
  • Can't Run Qt 3D Studio.

    Unsolved
    1
    0 Votes
    1 Posts
    501 Views
    No one has replied
  • qmake generates unwanted option -lXmu

    Unsolved
    3
    0 Votes
    3 Posts
    766 Views
    B

    We have a system with over 1000 Makefiles, many that call others to build the entire system. When the Makefile finds a dot pro file it invokes the qmake then invokes the regular make. I suppose it would be possible to write more scripts to be activated after the qmake is complete and remove said option. It would be much better to stop it at the source. It would be even better if that option were emitted only when needed. We may not be able to obtain that control but I am searching.

  • Cesium.js not load 3D model ?...

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Getting Qt to work with complex Git Repository

    Unsolved
    2
    0 Votes
    2 Posts
    659 Views
    K

    @ckzaner

    Hi and welcome to devnet forum

    For complex projects with different sub libraries the best approach is using the subdirs template.

  • Qt with OpenSSL AES 256 CBC Encryption

    Unsolved
    18
    0 Votes
    18 Posts
    11k Views
    SGaistS

    @Mohammedbie said in Qt with OpenSSL AES 256 CBC Encryption:

    EVP_EncryptUpdate

    You should not use fixed size like you are doing. You should read the file you want to encrypt one block after the other. The block might be at most AES_BLOCK_SIZE but could be less because the last one will likely be smaller.

  • Using OpenGL within QT, novice Linux user

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    B

    Ok, that worked and I am on my way again.
    Thank you for your time and patience.

  • 0 Votes
    8 Posts
    2k Views
    F

    @SGaist I will do that, thanks a lot for your help

  • Installing KArchive on QT 5.11.2 (MSVC 2015)

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    SGaistS

    cmake not found is normal in the VS command prompt. You can use the full path to the executable to run it.

  • 0 Votes
    1 Posts
    719 Views
    No one has replied