跳到內容

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 貼文
  • 'qtPrepareTool' is not a recognized test function.

    Unsolved
    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • QSqlDatabase: QMYSQL driver not loaded / Build MySQL Plugin

    Solved qmysql sql module ubuntu 14.04 linux mint
    32
    5 評價
    32 貼文
    45k 瀏覽
    A
    im using qt 5.9 on mac this piece of code worked like charm for me brew install mysql-connector-c
  • QT5.9 online installer does not create qmake.exe

    Solved
    2
    0 評價
    2 貼文
    863 瀏覽
    A
    I've been a fool! Needed to tick the compiler when installing - I didn't expand the Tools tab!
  • Building with Mingw64 on Windows 8

    Unsolved
    3
    0 評價
    3 貼文
    1k 瀏覽
    E
    @jimmychau I've now discovered (thanks to a suggestion from a colleague) how to avoid this problem ! It turns out that building in the MS cmd.exe window works, where building in MinGW's Git Bash shell has the problem above. I won't pretend to understand why, but give cmd.exe a try !
  • "There is no disk in the drive" error running jom.exe

    Unsolved
    4
    0 評價
    4 貼文
    924 瀏覽
    SGaistS
    I don't think it's a dependency issue but the error is indeed surprising...
  • Application failed to start because platform plugin "windows"

    Unsolved
    3
    0 評價
    3 貼文
    1k 瀏覽
    mrjjM
    Hi I also like this site for deployment info http://www.tripleboot.org/?p=138
  • Can't get qmake to work from command line on MacOS High Sierra

    Unsolved
    1
    1 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • qtcreator.exe has stopped working on open project

    Unsolved
    2
    0 評價
    2 貼文
    677 瀏覽
    jsulmJ
    @throtmax Try to delete the *.pro.user file in your project directory before opening it in QtCreator.
  • Build QtCreator from source code

    Unsolved
    6
    0 評價
    6 貼文
    2k 瀏覽
    A
    @name_qt said in Build QtCreator from source code: When this error comes, could you try make instead of make -j8 ? I assumed you are using make -j8 from the reference link you have given. the command is mingw32-make without argument "-j8"
  • Create line chart with Visual Studio 2015 and Qt 5.9

    Unsolved
    4
    0 評價
    4 貼文
    1k 瀏覽
    jsulmJ
    @Kanguru Can you post the compiler/linker output? It looks like your app is not linked against QtChart lib.
  • Native Build of Qt on Raspberry Pi-3

    Unsolved
    9
    0 評價
    9 貼文
    4k 瀏覽
    SGaistS
    make confclean But as I already suggested, do out of source builds and nuke the build folder as needed.
  • Images are not loaded when application starts through .desktop file.

    Solved
    8
    0 評價
    8 貼文
    2k 瀏覽
    A
    @JNBarchan Setting absolute path worked, thank you for your help.
  • Building Qt 5 on Linux, for Windows

    Solved
    3
    0 評價
    3 貼文
    3k 瀏覽
    cerrC
    @mrjj said in Building Qt 5 on Linux, for Windows: @cerr Hi And you did something like export PATH=<mxe root>/usr/bin:$PATH as mentioned in the link ? No, that actually was my problem! Thanks for pointing this out, I must have read over that comment...
  • WARNING: Failure to find QtWebEngineCore.access_token_store_qt.o

    Unsolved
    2
    0 評價
    2 貼文
    630 瀏覽
    SGaistS
    Hi and welcome to devnet, Did you install all build dependencies for QtWebengine ? Also, why are you using 5.4.2 ? This version is outdated, you should upgrade to the latest version which currently is 5.9.2.
  • Problem with Qt itself

    Unsolved
    17
    0 評價
    17 貼文
    4k 瀏覽
    M
    @mrjj Yeah, it does. I will try for the last time to stop the antivirus and see what will happen then. Anyway, thank you for your help.
  • Qt VS Tools do not allow spaces in SDK name

    Unsolved
    2
    0 評價
    2 貼文
    483 瀏覽
    SGaistS
    Hi and welcome to devnet, The most simple is: avoid spaces in paths. One workaround: use the 8.3 notation.
  • 1 評價
    4 貼文
    3k 瀏覽
    K
    when MACOSX10.13 was coming, the only way to fix is creating symbolic MacOSX10.13.sdk to MacOSX.sdk which is able to fix problem.
  • 此主題已被刪除!

    Solved
    3
    0 評價
    3 貼文
    40 瀏覽
  • Deployment with MSVC2015 compiler

    Unsolved
    9
    0 評價
    9 貼文
    3k 瀏覽
    A
    @JNBarchan oh thanks, I read this page but I didn't see that, thanks ! So I guess it's OK if I just copy them from my C:\Windows\SysWOW64 folder...
  • Windeployqt failes

    Unsolved windeployqt msvc
    8
    0 評價
    8 貼文
    5k 瀏覽
    jsulmJ
    @AndersDK Not sure how to handle this (I don't do much on Windows). The correct runtime package from Microsoft must be installed on users machine. I do not know whether Microsoft allows to distribute this runtime. If not your installer could maybe download it from Microsoft if it is not installed and install then.