跳到內容

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 貼文
  • Online Install Server reply: Not Found

    Unsolved
    2
    0 評價
    2 貼文
    893 瀏覽
    JKSHJ
    @Reghu_Att said in Online Install Server reply: Not Found: Now I am giving it another go for 5.12 and immediately it throws up this error: Cannot download archive http://download.qt.io/online/qtsdkrepository/mac_x64/desktop/qt5_5120_src_doc_examples/qt.qt5.5120.src/5.12.0-0-201812040411qtactiveqt-everywhere-src-5.12.0.7z: Error transferring http://103.1.138.144/download.qt.io/online/qtsdkrepository/mac_x64/desktop/qt5_5120_src_doc_examples/qt.qt5.5120.src/5.12.0-0-201812040411qtactiveqt-everywhere-src-5.12.0.7z - server replied: Not Found Hmm... your computer is trying to load http://103.1.138.144/download.qt.io/online/qtsdkrepository/mac_x64/desktop/qt5_5120_src_doc_examples/qt.qt5.5120.src/5.12.0-0-201812040411qtactiveqt-everywhere-src-5.12.0.7z 103.1.138.144 is an IP address controlled by MobileOne Singapore. What happens if you try downloading through a different Internet service provider?
  • How to use binarycreator to create an statically linked offline installer in Linux?

    Unsolved
    6
    0 評價
    6 貼文
    1k 瀏覽
    sierdzioS
    @caetydid said in How to use binarycreator to create an statically linked offline installer in Linux?: @sierdzio Since I plan to release all sources under LGPL and/or apache I understand it should not be a problem. Anyone will be able to install the app without using the binary installer, I just want to offer it to inexperienced users to ease installation. I think that is fine then.
  • cross-complie QT5.8 with multimedia

    Unsolved
    9
    0 評價
    9 貼文
    2k 瀏覽
    Pablo J. RoginaP
    @Lann said in cross-complie QT5.8 with multimedia: i find no 'configure' file. It looks like you didn't look at step #16 as I suggested previously...
  • Upgrade QT3 to QT4

    Unsolved
    3
    0 評價
    3 貼文
    715 瀏覽
    jsulmJ
    @BKBK said in Upgrade QT3 to QT4: The latest attempt at make claims there is no matching function for call to Check the QDialog documentation from Qt4 to see what the correct QDialog constructor in Qt4 is.
  • Why qt config can't detect gstreamer sources?

    Solved
    9
    0 評價
    9 貼文
    2k 瀏覽
    R
    @SGaist Yes. Sorry, my bad. Now I build a full environment for the cross-compilation with needed libs. Thanks for help!
  • Need help with pkg-config and cross-compilation

    Solved
    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • Controlling GL widget within QT

    Unsolved
    9
    0 評價
    9 貼文
    1k 瀏覽
    SGaistS
    Just take into account that Qt 4 has reached end of life since a few years already. Again, the class documentation already shows the basics and links to several examples that should get you going.
  • Building Qt 5.11 Cross on Windows für RPI: Make install fails due to wrong destination path

    Unsolved
    4
    0 評價
    4 貼文
    938 瀏覽
    NapiN
    @axeljaeger17 I am having the same issue. I found a link to a bug ticket QTBUG-6752, look at the last comment from Arvid Brodin. I am going to try it soon. Let me know if that helps you.
  • Qt5.11 Quick Compiler integration with cmake target_sources

    Unsolved
    1
    0 評價
    1 貼文
    497 瀏覽
    尚無回覆
  • Empty CMake generator list in Qt kits

    Solved
    4
    0 評價
    4 貼文
    2k 瀏覽
    B
    @BinuJanardhanan The issue solved by running Qt creator in the VS native compiler x64 command prompt as administrator. Now the list is updated.
  • Build Qt5 from git with msys2 fails on wrong includes

    Unsolved
    8
    0 評價
    8 貼文
    1k 瀏覽
    J
    Hi, I had the same problem and found this thread by googling. After asking on IRC Thiago told use the solution : you have to put another perl distribution in your PATH before msys perl (Thiago recommended StrawberryPerl, I also tested with ActivePerl and it seems to work) and then run ./configure.
  • running Qt on Linux fails

    Unsolved
    2
    0 評價
    2 貼文
    356 瀏覽
    sierdzioS
    What happens when you run the app from terminal (not Qt Creator)?
  • MaintenanceTool.exe is not an executable

    Solved
    5
    0 評價
    5 貼文
    4k 瀏覽
    jsulmJ
    @BKBK Maintenance tool supports updating Qt and tools already. Did you install Visual Studio?
  • 0 評價
    7 貼文
    4k 瀏覽
    V
    The problem here is that the Listener struct is not an aggregate in C++11, since it has Default Member Initializers (see https://en.wikipedia.org/wiki/C%2B%2B14#Aggregate_member_initialization). This also means that gcc 4.8 doesn't build this code out-of-the-box. I will fix that shortly when I fix a bunch of other gcc 4.8 incompatibilities.
  • Install QT Creator 5.6.0 on Ubuntu Mate 18.04.1

    Solved
    4
    0 評價
    4 貼文
    3k 瀏覽
    SGaistS
    That's not a good idea to do it like that. All application using OpenSSL might start misbehaving.
  • Creating component based on avplayer

    Unsolved
    1
    0 評價
    1 貼文
    325 瀏覽
    尚無回覆
  • Problem deploying a simple qml windows App

    9
    0 評價
    9 貼文
    2k 瀏覽
    J.HilkJ
    @Cyrille-de-Brebisson said in Problem deploying a simple qml windows App: Hello --qmldir was the problem! Thanks! great that it works for you However it is still over 60mb for a small 200KB app :-( seems like an overkill! cyrille That's the nature of things sadly. On the upside, it won't get significantly bigger, as long as you don't add new modules or new/different imports There a ways to reduce the size, but its going to be time consuming. Static build qt and / or Qt Lite take a look at this - relatively - old blog entry http://blog.qt.io/blog/2017/01/23/qt-5-8-released/
  • 0 評價
    2 貼文
    431 瀏覽
    sierdzioS
    Here's the guide. For command line apps you can actually ignore many of the points there, you'll only need qtbase module probably.
  • fatal error: QtMultimedia/qaudioformat.h: No such file or directory

    Unsolved
    8
    0 評價
    8 貼文
    2k 瀏覽
    SGaistS
    Hi, Qt's documentation has a chapter about cmake.
  • How to deploy/Install a QT Application(executable file) in Raspberry pi 3.

    Unsolved
    2
    0 評價
    2 貼文
    891 瀏覽
    K
    @Rahul-Samanta for instance http://blog.qt.io/blog/2012/01/19/raspberry-pi-a-case-study-in-deploying-qt-apps-to-generic-linux-devices/