跳到內容

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.7k 主題 51.1k 貼文
  • Could not find Qt platform plugin 'xcb' on Debian 8.3

    Solved
    3
    0 評價
    3 貼文
    2k 瀏覽
    kshegunovK
    @viktorsimko Hello, If there's no typo libxcb.so is not what you want. You'd want to deploy libqxcb.so which on my system is in: /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms (for Qt5 installed with apt). Kind regards.
  • Qt creator is not running on windows7

    Unsolved
    2
    0 評價
    2 貼文
    428 瀏覽
    SGaistS
    Hi and welcome to devnet, Can you try to start it on the command line with -noload Welcome as parameter ?
  • issue in building QSDB2 plugin on Linux

    Unsolved
    3
    0 評價
    3 貼文
    653 瀏覽
    SGaistS
    Hi and welcome to devnet, Since you failed to build the plugin, you should tell us what you did and what went wrong. This forum is community powered so if you are in such a hurry then you should consider hiring a specialist to help you (e.g. The Qt Company, KDAB, ICS etc.)
  • 0 評價
    4 貼文
    5k 瀏覽
    daywongD
    @sneubert said: ~/raspi/sysroot/usr/include Thats correct. Tried to re-run rsync, stdio.h is there finally.
  • Rasoberry Pi cross compile - cannot add generic linux device

    2
    0 評價
    2 貼文
    532 瀏覽
    TheCoderT
    Hi, same problem here, any solutions? edit: During freeze 100% CPU usage
  • Problem with MAC OS X and Qt 5

    3
    0 評價
    3 貼文
    624 瀏覽
    ArunA
    I have a similar problem, but my installer stalls after all the downloads are complete. "top" reports that the process is "stuck", whatever that means. -Arun
  • QTIFW headless (no DISPLAY)

    Unsolved
    1
    0 評價
    1 貼文
    474 瀏覽
    尚無回覆
  • Size of QtWebKit (5.5) on Mac OSX

    qtwebkit deployment size qt5.5 osx
    3
    0 評價
    3 貼文
    2k 瀏覽
    K
    @maximo Depending on needs of your application you may create a customized build of QtWebKit without some features, which may substantially reduce binary size.
  • Cannot play mp4 videos, decoder missing

    Unsolved
    3
    0 評價
    3 貼文
    967 瀏覽
    giuBRITG
    @asanka424 Thanks :)
  • Installer with Language Selection

    Unsolved installer controller languagechange addwizardpage
    1
    0 評價
    1 貼文
    903 瀏覽
    尚無回覆
  • Qt Installer framework linux, how to copy(or extract) 4 Qt shared libraries in /usr/local/lib ?

    Solved
    4
    0 評價
    4 貼文
    2k 瀏覽
    S
    I have solved this problem by watching the example modifyextract...
  • Cannot add kits to develop any kind of program

    3
    0 評價
    3 貼文
    604 瀏覽
    JKSHJ
    @Saneesh-Jose said: I installed qt creator Did you install the Qt libraries? (Note: It is best to download Qt, instead of Qt Creator) Do you have a compiler that is compatible with your Qt?
  • Where is the qwindows.lib in Qt-opensource-windows-x86-msvc2010-5.5.1?

    Solved
    4
    0 評價
    4 貼文
    1k 瀏覽
    SGaistS
    The official repositories are located on code.qt.io github is just a mirror.
  • Qt 5.5.1. missing QML after build

    Solved
    4
    0 評價
    4 貼文
    2k 瀏覽
    SGaistS
    You're welcome ! Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)
  • Build Qt 5 MySQL Plugin for Android

    mysql mariadb qt5 android
    2
    0 評價
    2 貼文
    1k 瀏覽
    MasterNoirM
    One more thing: I'm trying to follow "Option 2" with my compiled files from option 1 I do: qmake "INCLUDEPATH+=$SR/usr/include/mariadb"... make install I'm using .../android_armv7/bin/qmake. What else do I have to do to get it working?
  • .ui form conversion into C++ header file by UIC

    Unsolved
    12
    0 評價
    12 貼文
    3k 瀏覽
    kshegunovK
    @TahorSuiJurisBenYAH Hello, It should be, provided your form is called Central.ui and you have the line FORMS += Central.ui in your project file the uic is supposed to create ui_Central.h for you when qmake runs. Maybe there's some problem with the path. Could you check whether the ui_Central.h is created or not in your build folder? Kind regards.
  • [SOLVED]Failed to load platform plugin "windows"

    47
    0 評價
    47 貼文
    181k 瀏覽
    mrjjM
    Hi " After I compile it on the Win 10 machine, it no longer runs. " It's a bit unclear what stopped working. When you compile on win 10, it will not even run in Creator? Or do you mean run from deploy folder? (standalone)
  • Qt images don't display in deployed app

    Unsolved
    6
    0 評價
    6 貼文
    2k 瀏覽
    K
    Please remember to set this as resolved if you are happy with the solution :-)
  • Qt Installer for mac not showing anything!

    Unsolved
    7
    0 評價
    7 貼文
    1k 瀏覽
    SGaistS
    Ooooook… That's a solution that's still valid after many years :D Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)
  • macdeployqt does not add certain frameworks

    Unsolved
    2
    0 評價
    2 貼文
    455 瀏覽
    SGaistS
    Hi and welcome to devnet, What version of Qt is it ? What part of QtXmlPatterns are you using ?