Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. x64
    Log in to post

    • UNSOLVED Cannot open include file: ui_*.h when using multiple Qt projects in the same Visual Studios solution
      General and Desktop • windows visual studio x64 ui header • • Armaan Bandali  

      4
      0
      Votes
      4
      Posts
      90
      Views

      My second solution would be much more portable.
    • UNSOLVED Building QT from source code statically to be used with Visual Studio
      Installation and Deployment • visual studio deployment static build visual c++ x64 • • onat  

      2
      0
      Votes
      2
      Posts
      924
      Views

      Hi, Use the amd64 command prompt when building Qt.
    • UNSOLVED Cross-compile Qt 5.9.1 with MSVC 2017 x64 to x86 fails with linker error
      Installation and Deployment • cross compile x86 x64 5.9.1 • • v5exp4  

      13
      0
      Votes
      13
      Posts
      7048
      Views

      I have checked the source code of the qmakeevaluator and the changes are present in version 5.9.1, still it does not recognize the platform. Even if I try to hardcode to the qmake evaluator the following: vars[ProKey("QMAKE_TARGET.arch")] = ProString("x86"); It does not change a thing, still tries to link qmake to x64.
    • UNSOLVED Setting up a cross-compiling ide allowing cross platform and mutiple architecture development
      General and Desktop • cross platform cross-compiling armhf x64 x86 • • CybeX  

      6
      0
      Votes
      6
      Posts
      3133
      Views

      @CybeX 1:I saw on google that someone else had this error with gcc 4.8. Upgrading solved it. Not saying it will for you. But was the only errors i could find in your log. 2: Sorry I don't know how to solve this. People are compiling for the PI but I never got around to try one so the details of getting it to work is also unknown to me. Update: I have a good eye to https://www.ics.com/blog/configuring-qt-creator-raspberry-pi but no board so didnt try yet.
    • SOLVED Error while building WinRT x64 application with Qt5.5.1
      Installation and Deployment • qt5.5.1 winrt msvc2013 x64 • • Pixtar  

      7
      0
      Votes
      7
      Posts
      6774
      Views

      @jsulm said: @Pixtar You can use Visual Studio 2013 Community which is more or less same as Professional. Thanks for the hint. :D
    • UNSOLVED Qt 5.5.0 static build fail on command mingw32-make install
      General and Desktop • error build static mingw32 x64 • • 0x1337  

      3
      0
      Votes
      3
      Posts
      1870
      Views

      Hi, Do you mean that if you build with MinGW-32 it's all working fine but not with MinGW-64 ?
    • SOLVED Qt static dll x64 using QApplication issues
      General and Desktop • dll x64 dllmain • • 0x1337  

      3
      0
      Votes
      3
      Posts
      1381
      Views

      Hi, Yes that helped me, thanks a lot.