跳到內容

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 貼文
  • Link error when building Qt 5.5.1 with vs2015

    Unsolved qt 5.5.1 msvc2015 vc 14.0 vs2015
    7
    0 評價
    7 貼文
    5k 瀏覽
    SGaistS
    Thanks for sharing the link !
  • qt5.5 cross compile xcb failed

    2
    0 評價
    2 貼文
    2k 瀏覽
    H
    I also try to configure without qt-xcb,and it works.But,when i compile an app with qt5.5,the app can't run on my arm board correctly. the console can output correct message ,but the gui doesn't show? Could anyone explain this? Does it relate to the reason that i don't compile and install xcb plugins?
  • Qt 4.8.6 fails for WebKit module for VS 2013

    Unsolved
    3
    0 評價
    3 貼文
    1k 瀏覽
    V
    @SGaist - Thank you. 4.8.7 version is working fine with WebKit module for VS 2013.
  • Install ARM Qt Cross Compiler on Debian 7 Wheezy

    Unsolved
    1
    0 評價
    1 貼文
    479 瀏覽
    尚無回覆
  • Problem Building Qt5 on SLED11.3

    2
    0 評價
    2 貼文
    2k 瀏覽
    A
    Similar error occurs on SLES 11.1 QT 5.5.0
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    9 瀏覽
    尚無回覆
  • No examples for QT Creator in Linux Mint installation . . .

    9
    0 評價
    9 貼文
    10k 瀏覽
    J
    I had the same problem on Linux Mint 17.2. This did the trick for me: sudo apt-get install qtbase5-examples qtbase5-doc-html
  • Código para imprimir un texto

    Unsolved
    1
    0 評價
    1 貼文
    421 瀏覽
    尚無回覆
  • 0 評價
    3 貼文
    4k 瀏覽
    S
    @articicejuice said: qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp to pass through this error it's enough to add #define XK_dead_currency 0xfe6f to the top of this cpp file.
  • build qt 5.5.0 with msvc2013

    Solved
    4
    0 評價
    4 貼文
    1k 瀏覽
    S
    @Shidharth said: configure -debug-and-release -opensource -platform -opengl desktop win32-msvc2010 Start with building your configure line properly, this doesn't make sense. The -platform option need to be followed by the platform argument, like win32-msvc2013. Which beg the other question: why build with win32-msvc2010 if you want msvc2013 ? Do you really need '-opengl desktop' ? try configure -help
  • Installing QT Creator on Debian

    Unsolved
    8
    0 評價
    8 貼文
    16k 瀏覽
    jsulmJ
    You mean you need Qt for ARM (armhf)? In this case you will need to build Qt for ARM (the Qt installer only provides "Android armv5" and "Android armv7"). If you want to build your apps on your PC for ARM then you need to cross compile Qt. Or you build on your ARM device, then you can build Qt on that device.
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    85 瀏覽
    尚無回覆
  • Compilation error building QT 5.5.1 on Gentoo Linux

    Unsolved
    1
    0 評價
    1 貼文
    671 瀏覽
    尚無回覆
  • Building QT 5.5 from source on CentOS 6

    8
    0 評價
    8 貼文
    3k 瀏覽
    N
    Fixed by moving to another clean machine. Thanks your response.
  • 0 評價
    8 貼文
    4k 瀏覽
    SGaistS
    You're welcome ! Since everything is working now, please mark the thread as solved so other forum users may know a solution has been found :)
  • Using MinGW compiler on Windows 7

    Solved
    4
    0 評價
    4 貼文
    1k 瀏覽
    K
    Thank you both. I misunderstood how the installers worked (I create from sources on Linux) Cheers
  • Building QT with Visual Studio 2015 - Guide lines

    Solved
    1
    0 評價
    1 貼文
    4k 瀏覽
    尚無回覆
  • OS X Yosemite no such file or directory: '1/Qt/5.5/clang_64/lib'

    2
    0 評價
    2 貼文
    1k 瀏覽
    jsulmJ
    @mossman You should check the PRO file: what is 1/Qt/5.5/clang_64/lib? It does not look like a valid path.
  • Android Configurations warning: Qt versions for 5 architectures are missing.

    4
    1 評價
    4 貼文
    9k 瀏覽
    SGaistS
    The missing architectures is just a warning. If you need one of them, install the corresponding compiler from the Android package manager. Other than that, it's a warning you can ignore if you don't build for them.
  • Windows 10 Qt Installation Issues

    4
    0 評價
    4 貼文
    2k 瀏覽
    hskoglundH
    Hi, I also have Qt with mingw492_32 installed on my Windows 10, just tested and the clocks example compiled fine, no problems (i.e. same as for JKSH). That first error message, 'std::basic_string<_CharT, _Traits, _Alloc>::_Rep' is not a type does it reappear as the first one for others of your projects/examples? Also have you tried to update to 5.5.1?