跳到內容

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 貼文
  • gstreamer support on QT 5.6.0 in window 10

    Unsolved
    2
    0 評價
    2 貼文
    843 瀏覽
    jsulmJ
    @shashi-prasad Qt does not use GStreamer on Windows, it is only used on Linux. On Windows it is different, see http://doc.qt.io/qt-5/qtmultimedia-windows.html Why do you want to use GStreamer on Windows? You just complicate things without any benefits.
  • compilation issue with Qt src code of 5.6.2 using cmake in window

    Unsolved
    4
    0 評價
    4 貼文
    1k 瀏覽
    jsulmJ
    @shashi-prasad I never used CMake to build Qt. Why don't you do in the way it is supposed to be built? configure make make install
  • How to build Qt with gcc-6 on macOS

    Unsolved
    2
    0 評價
    2 貼文
    683 瀏覽
    SGaistS
    Hi, Not likely the answer you expect but Qt is officially only supported with Apple's Xcode. You'll likely encounter other hurdle getting the build system to use another compiler.
  • Cross-compile MySQL driver for RPi3

    Unsolved
    16
    0 評價
    16 貼文
    6k 瀏覽
    jsulmJ
    @endr Well, then I don't know what exactly you need to install. Something with qt and mysql. On Ubuntu it is libqt5sql5-mysql package.
  • unable to Play mov and mp4 file using QT 5.6.0 in windows 10

    Unsolved
    3
    0 評價
    3 貼文
    1k 瀏覽
    mrjjM
    @shashi-prasad said in unable to Play mov and mp4 file using QT 5.6.0 in windows 10: Unresolved error code 80040266 compilation successful. Hi They changed how the back-end is selected. https://bugreports.qt.io/browse/QTBUG-51692
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    1 瀏覽
    尚無回覆
  • A problem of Installating QT-5.9.1 on CentOS

    Solved
    7
    0 評價
    7 貼文
    4k 瀏覽
    H
    @JKSH Finally, QT is installed on CentOS 7.3, which has glibc-2.17 embedded. Thank you for all your help. If I have questions when using the tool, I will create a new post.
  • QT 5.8.0 install on Jetson TK1

    Solved
    7
    0 評價
    7 貼文
    5k 瀏覽
    SGaistS
    Hi and welcome to devnet, Can you explain the steps you did when the configuration/build failed ?
  • Installation qt-opensource-windows-x86-5.9.1 … only Android_arm target

    Solved
    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi and welcome to devnet, If you would like to follow Qt's releases then I'd recommend using the online installer, that way you can easily install several versions of Qt for several architectures and remove them as easily.
  • QT Based widow multi media(Audio video) Player based on directshow.

    Unsolved
    2
    0 評價
    2 貼文
    542 瀏覽
    SGaistS
    Hi, Isn't that basically the same question as [this thread](https://forum.qt.io/topic/81452/qt-based-player-in-window-based-on-direct-show/ ?
  • QT based Player in window based on direct show.

    Unsolved
    4
    0 評價
    4 貼文
    1k 瀏覽
    SGaistS
    Qt Media Player example from the documentation.
  • Building Qt 5.9 on Windows 10 - no qt/bin

    Solved
    3
    0 評價
    3 貼文
    2k 瀏覽
    L
    That worked thanks !!
  • Can't use Qt3D in Visual Studio 2017

    Unsolved
    3
    0 評價
    3 貼文
    1k 瀏覽
    L
    Hackish Solution to bypass the beta version problems: Go to Project Settings > VC++ Directories Add "$(QTDIR)\include" to include directories Add "$(QTDIR)\lib" to library directories Go to Linker > Input and add the desired library names to Additional Dependencies Qt53DAnimationd.lib Qt53DCored.lib Qt53DExtrasd.lib Qt53DInputd.lib Qt53DLogicd.lib Qt53DRenderd.lib for Debug Mode with the "d", for Release Mode without
  • Problem creating QT Widgets Application

    Solved
    1
    0 評價
    1 貼文
    644 瀏覽
    尚無回覆
  • Maintenance tool "Time out"

    Solved
    3
    1 評價
    3 貼文
    722 瀏覽
    A
    The download is up again!
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    49 瀏覽
    尚無回覆
  • WiringPi build error

    Solved
    35
    0 評價
    35 貼文
    19k 瀏覽
    jsulmJ
    @this Usually, if you cross compile you have a sysroot. A sysroot is the file system of your target device containing all needed header files and libraries. That means: the path you use for wiringPi would usually be the one pointing to your sysroot. It looks like you have your sysroot under /mnt/rasp-pi-rootfs. Try (I assume you have wiringPi under /usr/local/lib on your RaspberryPi, correct the path if it is different): -L/mnt/rasp-pi-rootfs/usr/local/lib -lwiringPi
  • linuxdeployqt ldd Error

    Unsolved
    14
    0 評價
    14 貼文
    13k 瀏覽
    SGaistS
    Hi, Take a look at the Linking the application to Qt as a framework chapter of the deployment documentation. It shows how to use macOS tools in order to deploy an application. You can use them in addition to macdeployqt when you have unusual stuff happening.
  • What is makeCurrent() failed error?

    Unsolved
    2
    0 評價
    2 貼文
    5k 瀏覽
    SGaistS
    Hi and welcome to devnet, Please provide more information. What version of Qt did you use to build that project ? What Linux distribution are you running ? What is your graphic hardware ?
  • error: undefined reference Qt 5.8 os/ Ubuntu 14.04.05

    Unsolved
    12
    0 評價
    12 貼文
    4k 瀏覽
    A
    @roygbiv Yea that helps... you have 6 different gstreamers installed, lol. The chance you are linking to multiples just went up by quite a bit. ;) As for the -iname, it didn't seem to take that as a parameter to find. Which is weird since that has been in find since like ... forever. It's almost like you did find iname "gstreamer*" and missed the -iname based on the output you got. -iname is the same as -name except that it ignores case. I almost never use -name because of case issues in linux. :) Now if I had to guess I'm betting the culprits are the /usr/lib/x86_64 one and the /usr/local/lib one. They are different versions and a lot of people add /usr/local/lib to their LD_LIBRARY_PATH or ld.so.conf.