Navigation

    Qt Forum

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

    • UNSOLVED Issues loading OpenSSL on Deploy
      Installation and Deployment • deployment openssl windows10 qt6.2 msvc2019 • • Iemon  

      3
      0
      Votes
      3
      Posts
      156
      Views

      Copy qopensslbackend.dll in a tls folder next to your .exe, and DLL in your PATH : ./myexec.exe ./libcrypto-1_1-x64.dll ./libssl-1_1-x64.dll ./tls/qopensslbackend.dll
    • UNSOLVED Unable to compile when using QCustomPlot
      General and Desktop • qt creator desktop qcustomplot msvc2019 qgenericmatrix • • JPolo  

      2
      0
      Votes
      2
      Posts
      85
      Views

      @JPolo said in Unable to compile when using QCustomPlot: I use Qt Creator 4.15.0 based on Qt 5.15.2 MSVC2019 That is not necesserilly Qt version you're using (this is the Qt version used to build QtCreator). What Qt version did you install? What is the first error message? Did you do what the tutorial suggests: "To use the shared library in your application, set the define QCUSTOMPLOT_USE_LIBRARY before including the QCustomPlot header."?
    • SOLVED Couple of strange errors. MSVS2019 + CMake + Qt
      General and Desktop • cmake qt 6 msvc2019 errors • • DrugsAsLifestyle  

      2
      0
      Votes
      2
      Posts
      107
      Views

      Fixed. This errors was because of Qt 6. I downloaded and linked previous version of QT - 5.15, and this errors disappeared
    • SOLVED Wrong kit for Qt 6.0.0 MSVC2019 64bit
      General and Desktop • windows qt6 msvc2019 kits kit setup • • Galbarad  

      13
      0
      Votes
      13
      Posts
      855
      Views

      https://bugreports.qt.io/browse/QTBUG-87735 bug fixed) Fix Version/s: 6.0.0 RC
    • UNSOLVED Failure to find OpenGL and weird warnings in MSVC 2019
      General and Desktop • opengl qmake msvc2019 • • feistykittykat  

      2
      0
      Votes
      2
      Posts
      325
      Views

      @feistykittykat Don't know if I'm allowed to bump this bad boy up. Been struggling to use PVRVFrame or something similar to get openGL found on my machine, but I have no idea how to set it up for QT. Still not even sure if that's the source of my problem.