跳到內容

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 貼文
  • I cannot add qmake to QtVersions in Tool->Build and Run

    Unsolved qmake build and run failed to add qt version
    5
    0 評價
    5 貼文
    4k 瀏覽
    D
    @jsulm It has no business with g++. g++ is installed, and even though not, I have clang++ still.
  • Deployment Issue: Qt5Core.dll and Qt5Cored.dll

    Solved
    5
    0 評價
    5 貼文
    3k 瀏覽
    X
    Got it! I installed the "Dependency Walker" [1] application to inspect my binaries, starting by my .exe file. No reference to Qt5Cored.dll, but when I opened the quazip.dll file, it is listed! I recompiled Quazip, using this qmake line: qmake -config release "LIBS+=C:\extralibs\zlib1.dll" "PREFIX=C:\Quazip" And now, the problem is solved! Thank your for the dependencies hint! :) [1] : http://www.dependencywalker.com/
  • Powershell for testing Qt-app

    Unsolved
    5
    0 評價
    5 貼文
    2k 瀏覽
    I
    @SGaist Hi, friend) I search freeware soft)
  • No rule to make target

    Solved
    2
    0 評價
    2 貼文
    885 瀏覽
    collycrkC
    @collycrk Sorry for the quick draw. While I was waiting for an answer to this error I, in release mode, ran a clean all and then ran build project. And everything worked as expected. This post is solved.
  • Debugger Error (ld) Linux Mint

    Unsolved
    3
    0 評價
    3 貼文
    833 瀏覽
    M
    @jsulm wow, thanks dude. thought its a other problem. anyways same package for linux mint ;)
  • Compilation setup for correctly handling typed accented characters

    Solved
    4
    0 評價
    4 貼文
    958 瀏覽
    S
    I could finally find that the cause of the issue are the 'platforminputcontexts' plugins. It seems that the even if my application didn't contain them, the precompiled Qt libraries could load and use some system plugins.
  • QT Creator 3.6 and QT creator 5.5 sdk

    Solved
    3
    0 評價
    3 貼文
    1k 瀏覽
    L
    Hmm, It did seem to come out that way , even tho I did it backwards so I could include the SDK .
  • How to check Visual Studio Redistribute is Installed or not while installing Application

    Unsolved
    1
    0 評價
    1 貼文
    418 瀏覽
    尚無回覆
  • How to built qt as ReleaseWithDebugInfo

    Unsolved
    6
    0 評價
    6 貼文
    2k 瀏覽
    SGaistS
    Because there are some additional information to link the library to its corresponding debugging symbol. You have here A pretty interesting article on the subject.
  • 此主題已被刪除!

    Unsolved
    2
    0 評價
    2 貼文
    37 瀏覽
  • Problem to test APP directly to device...

    Solved
    2
    0 評價
    2 貼文
    506 瀏覽
    SGaistS
    Hi, What do you mean by "nothing happens` Don't you have any error message ?
  • Error During make run

    Unsolved
    1
    0 評價
    1 貼文
    635 瀏覽
    尚無回覆
  • 此主題已被刪除!

    Solved
    21
    0 評價
    21 貼文
    150 瀏覽
  • build qt creator from sources

    Unsolved
    6
    0 評價
    6 貼文
    1k 瀏覽
    mrjjM
    @amigo421 hi i know 100% between mingw and VS is a no go, but also seen that sometimes versions of VS also is no good.
  • Building Qt with OpenSSL and ICU support FAILED

    Unsolved openssl icu build qt
    8
    0 評價
    8 貼文
    5k 瀏覽
    raven-worxR
    i still think there is simpler explanation for your issue. The linker can't even find the lib file specified. Are you really sure that the libs are in "C:\source\icu2\lib"? And not in a release/debug subfolder, etc.?
  • Android MySQL driver not loaded but available

    Unsolved
    3
    0 評價
    3 貼文
    801 瀏覽
    C
    @jsulm i did not do anything on the android device
  • Qt static build with msvc2013

    Unsolved
    2
    0 評價
    2 貼文
    577 瀏覽
    SGaistS
    Hi, The basics can be found here Don't forget the licensing implication of a static build.
  • Reducing Qt installation directory size

    Unsolved qt 4.8 configure size build install
    8
    0 評價
    8 貼文
    5k 瀏覽
    kshegunovK
    @Bart_Vandewoestyne said: we're storing our Qt build in our version management system This is a strange thing to do, since Qt guarantees binary compatibility between minor versions, but well, you're free to choose. Unfortunately, I don't see how you could decrease the size further, beside deleting the docs, as the libraries are in the /lib directory and they're the next biggest size. Maybe store only the libs that you're using, i.e. these that you're going to deploy. No point in keeping QtXml if you're not using it, right?
  • Works sometimes but not always?

    Solved
    8
    0 評價
    8 貼文
    2k 瀏覽
    B
    Have now refined Avast to just stop checking executables and all still OK. I have not seen any mention of the possible clash with anti-virus software in any of the places I hunted for solutions. I think it should go in a FAQ somewhere. It would have saved me hours of frustration. Such a simple solution that I would never have thought of.
  • Installer error

    Unsolved
    8
    0 評價
    8 貼文
    2k 瀏覽
    mrjjM
    @Krag Hi Maybe just uninstall and install to c:\qt if possible Im not 100 sure its the issues but looking at the screenshot, it seems like. If you move it by hand, im not sure all paths match up. But you can try and see if it still works :)