Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Compile QT 5.7.0 or QT 5.8.0 with mingw
Forum Updated to NodeBB v4.3 + New Features

Compile QT 5.7.0 or QT 5.8.0 with mingw

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
6 Posts 3 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    borisa
    wrote on last edited by
    #1

    Hi,

    I want compile the Qt with mingw.
    Is my app that compile with it QT will run on windows 8 or windows 10 ?

    Thanks

    jsulmJ 1 Reply Last reply
    0
    • B borisa

      Hi,

      I want compile the Qt with mingw.
      Is my app that compile with it QT will run on windows 8 or windows 10 ?

      Thanks

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @borisa Yes it will.
      Is there a reason why you want to compile Qt by yourself?
      There is already Qt MinGW version available.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • B Offline
        B Offline
        borisa
        wrote on last edited by
        #3

        I need the webkit.
        The Webkit requires ICU.
        In case that i compile my project with mingw. Do I need the CRT to run on windows?

        mrjjM 1 Reply Last reply
        0
        • B borisa

          I need the webkit.
          The Webkit requires ICU.
          In case that i compile my project with mingw. Do I need the CRT to run on windows?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @borisa
          Hi
          What about
          https://github.com/annulen/webkit/releases

          He already compiled a 5.8 version.

          1 Reply Last reply
          1
          • B Offline
            B Offline
            borisa
            wrote on last edited by
            #5

            I get in compile
            error: can't convert between vector values of different size
            return (__m64) __builtin_ia32_vec_init_v2si (__i, 0);
            error: cannot convert '__m64 {aka int}' to '__vector(2) int' for argument '1' to 'int __builtin_ia32_vec_ext_v2si(__vector(2) int, int)'
            return __builtin_ia32_vec_ext_v2si ((__v2si)__i, 0);

            How can i fix it?

            jsulmJ 1 Reply Last reply
            0
            • B borisa

              I get in compile
              error: can't convert between vector values of different size
              return (__m64) __builtin_ia32_vec_init_v2si (__i, 0);
              error: cannot convert '__m64 {aka int}' to '__vector(2) int' for argument '1' to 'int __builtin_ia32_vec_ext_v2si(__vector(2) int, int)'
              return __builtin_ia32_vec_ext_v2si ((__v2si)__i, 0);

              How can i fix it?

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @borisa What do you compile when you get this error? Which MinGW compiler do you use (version, 64bit or 32bit)?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved