跳到內容

Installation and Deployment

Your Qt just doesn't want to build? Your compiler can't find the libs? Here's where you find comfort and understanding. And help.
9.8k 主題 51.2k 貼文
  • Qt 5.8 deploy fail on android dlopen failed: cannot locate symbol "__page_size"

    Solved
    7
    0 評價
    7 貼文
    3k 瀏覽
    X
    I'm trying to find specific conditions where the qmutex library crashed on note 4 without going to another device. Sorry my english is not good when using the word "compatible" in this case.
  • Qt 5.9.1 macdeployqt: could not find the Qt platform plugin cocoa

    Solved
    6
    0 評價
    6 貼文
    4k 瀏覽
    J
    Which was just making sure the qml was scanned with macdeployqt's -qmldir flag.
  • Gstreamer

    Solved
    8
    0 評價
    8 貼文
    2k 瀏覽
    H
    Group, At least one way of solving the problem for Qt 5.8 and a ubuntu 16.04 derivative target is by the following commands: i) sudo apt-get install gstreamer1.0-plugins ii) sudo apt-get install gstreamer1.0-libav Hoyt
  • Google Breakpad - Analysing the minidump file Windows

    Unsolved
    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • Qt 5.9.0 install stuck on 0%

    Solved
    6
    0 評價
    6 貼文
    2k 瀏覽
    K
    thx all for answer.
  • Cannot install Qt 5.9.1 on OS X

    已鎖定 Unsolved
    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi, Please don't post the same question multiple times, one is enough. Duplicate Closing this one.
  • Unified installer does not work

    Unsolved
    2
    0 評價
    2 貼文
    950 瀏覽
    SGaistS
    Hi, IIRC, Qt 5.9.1 supports 10.10 as minimal version, you might be hitting something related to that.
  • Installing QT Quick Controls 2

    Unsolved installation quick controls
    4
    0 評價
    4 貼文
    2k 瀏覽
    ?
    Is there a difference between Quick Controls and Quick Controls 2 Yes, QQ 1 was the first iteration, QQ 2 is the new one. They are not the same, QQ 2 was redesigned and implemented from scratch due to certain problems in QQ 1. are both included in the initial installation Yes.
  • Problem installing Qt

    Unsolved
    2
    1 評價
    2 貼文
    639 瀏覽
    SGaistS
    Hi and welcome to devnet, What Linux distribution are you using ? What graphic hardware to you have ? What drivers for that hardware do you use ?
  • Problem with Qt installer UI

    Unsolved
    12
    0 評價
    12 貼文
    4k 瀏覽
    SGaistS
    Then I wonder if it's a video driver problem...
  • Docker Ubuntu 15.10 Qt 5.9.1

    Unsolved
    2
    0 評價
    2 貼文
    3k 瀏覽
    ?
    Hi! Google gave me this https://bugreports.qt.io/browse/QTIFW-166 and this http://blog.qt.io/blog/2015/04/07/qt-installer-framework-2-0-released/#comment-1195532 for headless install.
  • How to manually set Visual C++ compiler in Qt Creator?

    Solved
    3
    0 評價
    3 貼文
    3k 瀏覽
    M
    I will reply to my own question. I do apologize to everyone for being thick/new here. The problem was with corrupted Visual Studio installation. After re-install, all was corrected, without reinstall of QT Creator.( Hats down to you guys). My next task to setup Android compiler. Back to Google. Thank you, to everyone, who looked into this.
  • QT installation issue.

    已移動 Unsolved
    3
    0 評價
    3 貼文
    835 瀏覽
    G
    @Wieland cross compile sounds good but certain ROS packages that I plan to run on the nanopi M3 have Qt5 as dependency. So I think Qt5 has to be installed and setup on the nanopi as well. What do you think ?
  • Wrong settings after fresh install?

    Unsolved
    3
    0 評價
    3 貼文
    872 瀏覽
    SGaistS
    Hi and welcome to devnet, Do you have the application still running ? If so you should first stop it. IIRC, recent version of Qt Creator do that for you, or at least there's a setting for that. If not, got any antivirus running on your system ? Some of them tent to put the generated executable directly in quarantine.
  • QMYSQL driver not loaded on Ubuntu

    Solved
    61
    0 評價
    61 貼文
    84k 瀏覽
    SGaistS
    Please don't highjack other people thread. You are already getting answers on your other thread here. And you should use the complete path to the qmake of the version of Qt you are trying to build the plugin for. Without the path, you are calling your distribution installed qmake. Furthermore this one is for Qt 4.
  • Windows 10 Deployment of Plugins

    Unsolved
    2
    0 評價
    2 貼文
    609 瀏覽
    SGaistS
    Hi, Did you try to start your application with the "QT_DEBUG_PLUGINS" environment variable set to 1 ? That might give you more information about what is happening with your plugin.
  • Developing QT apps for LynxOS 7.0

    Solved
    3
    0 評價
    3 貼文
    993 瀏覽
    P
    @SGaist thanks i will check with them.
  • Building Qt 5.9.1 with System Libraries (jpeg, z, png) on Windows

    Unsolved
    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi and welcome to devnet, Do you have an example of such tests ?
  • Dialog crashing when deployed

    Unsolved
    4
    0 評價
    4 貼文
    913 瀏覽
    SGaistS
    Can you check what differs between the two implementation ?
  • [Debian] qmake not installed with QtCreator?

    Solved
    3
    0 評價
    3 貼文
    1k 瀏覽
    M
    Ok thanks, I thought I read somewhere that qmake was a part of QtCreator, not Qt itself.