跳到內容

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 貼文
  • QtWebengine build error for Raspberri pi3

    Unsolved
    1
    0 評價
    1 貼文
    546 瀏覽
    尚無回覆
  • Qt Creator 4.4.1 on Win10 starts in background, no GUI

    Solved
    5
    0 評價
    5 貼文
    2k 瀏覽
    A
    I uninstalled Qt creator once again and ran a registry cleaner. Then downloaded and installed Qt creator for the n-th time and this time it did start up correctly. I'm still baffled at what could have been possibly been wrong, but cleaning the registry did the trick. Hopefully this will help someone that stumbles upon the same issue.
  • Raspberry:Cannot mix incompatible Qt library (version 0x50902) with this library (version 0x50903)

    Solved
    6
    0 評價
    6 貼文
    2k 瀏覽
    S
    Hi, remove all file from the following directory : /usr/local/qt5pi from my Raspberry, where it is present the build of Qt library and I executed the following command : rsync -avz qt5pi pi@raspberrypi.local:/usr/local the problem solved. thank you.
  • How can I access from PHP on Apache to dll, created with Qt?

    Unsolved
    3
    0 評價
    3 貼文
    676 瀏覽
    S
    Exists Apache with php. Exists a Qt program that works with DIY database. I want to convert this program into .dll with web interface on html/php under apache. I need that php script can use this Qt-based library and receive from it data to show it to user in web browser. Qt program with web interface on Apache.
  • Cross-compiled Qt5.9.2 for RPi B+ leads to non executable binaries

    Solved
    13
    0 評價
    13 貼文
    4k 瀏覽
    SGaistS
    I agree, could be anything from old build artefacts to gremlins playing with the processor barrel shifter but at least doing a clean build was a solution.
  • Installing over a previous install (QtIFW)

    Solved
    1
    0 評價
    1 貼文
    432 瀏覽
    尚無回覆
  • Online installer (QtIFW) problems

    Solved ifw ifw 3.0 ifw update.xml ifw repository
    10
    0 評價
    10 貼文
    6k 瀏覽
    D
    @koahnig I don't know who's project the IFW is but could you pass along a request for better documentation? A few times I came across lines like For more information see ##TODO add link
  • QTCreator does not start: Could not initialize GLX

    Unsolved
    7
    0 評價
    7 貼文
    13k 瀏覽
    SGaistS
    Looks like it might be related to QTCREATORBUG-14998.
  • Static build Qt 5.9.2 using MinGw on Windows 10

    Unsolved
    9
    0 評價
    9 貼文
    3k 瀏覽
    D
    MinGw uses the GNU compiler/linker g++. I don't know enough detail to know how that relates to MSVC. Again, I'm hoping ultimately to learn where in the build process for Qt Apps something is done that assumes required libs are shared rather than static. A dependency viewer may inform that, but is likely to involve a fair bit of wasted effort by someone like me.
  • Set include path for Qt moc files using CMake

    Solved
    3
    0 評價
    3 貼文
    8k 瀏覽
    S
    Thanks for your answer, it worked nicely !
  • Raspberry Pi 3 Compile with X11 (EGLF not wanted)

    Solved
    7
    1 評價
    7 貼文
    7k 瀏覽
    I
    @d.sully Thank you very much for this information. It's been really usefull. I've been able to compile the libraries and a small Quick Controls 2 sample windowed. But, for me, it seems to be a bit slow. I'm using the MESA drivers since. Is there an alternative or a solution for this. Again, thanks. Regards, Ivan
  • Problem with libssl 1.0

    2
    0 評價
    2 貼文
    559 瀏覽
    SGaistS
    @atreidex Hi and welcome to devnet, Please don't highjack other people thread with an unrelated question. What system are you talking about ? How did you install libssl1.0 ? In what way did it harm your system ?
  • Correct way for adding build steps

    Unsolved
    5
    0 評價
    5 貼文
    2k 瀏覽
    SGaistS
    I don't think you can do it directly, you might have to do some string processing to split the output into something you can use.
  • Qt 5.9 Static Build in Linux

    Unsolved
    1
    1 評價
    1 貼文
    966 瀏覽
    尚無回覆
  • RUNTIME ERROR: C:\Project SY\SYFM Met5\Builds\release\syfms.exe exited with code 255

    2
    0 評價
    2 貼文
    599 瀏覽
    U
    @Unid I have figured out that bundled plugins in one file will increase the processing memory when Qt is running. Imagine 170+ html pages using plugins inside that bundled file. Hence, it crashes. My solution, for now, is to call the plugins one by one from their own files.
  • Docker

    Solved
    5
    0 評價
    5 貼文
    5k 瀏覽
    G
    This works: https://nicroland.wordpress.com/2015/12/06/running-qtcreator-in-docker/ I changed FROM ubuntu :15.10 to FROM ubuntu:16.04
  • Qt 5.9.1 cross compilation error

    Solved
    6
    0 評價
    6 貼文
    3k 瀏覽
    KartK
    As @SGaist have said uClibc doesn't support c++11 standard as a whole. I have switched to another arm compiler based on Glibc and this error doesn't show up.
  • QXcbIntegration: cannot create platform OpenGL context

    Unsolved
    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • tmp/sysroots/x86_64-linux/usr/bin/qt5/syncqt: not found

    Unsolved
    1
    0 評價
    1 貼文
    780 瀏覽
    尚無回覆
  • Trouble building a release copy for android

    Solved apk android release versio
    13
    0 評價
    13 貼文
    6k 瀏覽
    K
    Here is the solution. http://doc.qt.io/qt-5/publishtogoogleplay.html