Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to compile with Window Embedded 7
QtWS25 Last Chance

How to compile with Window Embedded 7

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 618 Views
  • 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.
  • R Offline
    R Offline
    RiceBall
    wrote on last edited by
    #1

    I am a new hand.
    I want to make an app using in the window embedded 7 system.
    What components should I install ?
    UWP ARMv7 or Android ARMv7 or ????

    Does it compile it which is the same in the window 10 ???

    0_1559093450367_39344711-6960-4e20-826c-d97d46acd2dd-image.png

    JKSHJ 1 Reply Last reply
    0
    • R RiceBall

      I am a new hand.
      I want to make an app using in the window embedded 7 system.
      What components should I install ?
      UWP ARMv7 or Android ARMv7 or ????

      Does it compile it which is the same in the window 10 ???

      0_1559093450367_39344711-6960-4e20-826c-d97d46acd2dd-image.png

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @RiceBall said in How to compile with Window Embedded 7:

      I want to make an app using in the window embedded 7 system.

      Windows Embedded Standard 7 or Windows Embedded Compact 7?

      What components should I install ?
      UWP ARMv7 or Android ARMv7 or ????

      Neither of these.

      • UWP is for Windows 10 only.
      • Android is not Windows.

      Your choice depends on the CPU of your Windows Embedded device.

      • If your CPU is x86/x64 (Intel or AMD), then you can install the MinGW or MSVC versions -- these will work on both your Windows 10 PC and your Windows Embedded 7 device.
      • If your CPU is ARM, then you can't use Qt from that installer -- you must compile Qt from source.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      R 1 Reply Last reply
      2
      • JKSHJ JKSH

        @RiceBall said in How to compile with Window Embedded 7:

        I want to make an app using in the window embedded 7 system.

        Windows Embedded Standard 7 or Windows Embedded Compact 7?

        What components should I install ?
        UWP ARMv7 or Android ARMv7 or ????

        Neither of these.

        • UWP is for Windows 10 only.
        • Android is not Windows.

        Your choice depends on the CPU of your Windows Embedded device.

        • If your CPU is x86/x64 (Intel or AMD), then you can install the MinGW or MSVC versions -- these will work on both your Windows 10 PC and your Windows Embedded 7 device.
        • If your CPU is ARM, then you can't use Qt from that installer -- you must compile Qt from source.
        R Offline
        R Offline
        RiceBall
        wrote on last edited by
        #3

        @JKSH said in How to compile with Window Embedded 7:

        @RiceBall said in How to compile with Window Embedded 7:

        I want to make an app using in the window embedded 7 system.

        Windows Embedded Standard 7 or Windows Embedded Compact 7?

        What components should I install ?
        UWP ARMv7 or Android ARMv7 or ????

        Neither of these.

        • UWP is for Windows 10 only.
        • Android is not Windows.

        Your choice depends on the CPU of your Windows Embedded device.

        • If your CPU is x86/x64 (Intel or AMD), then you can install the MinGW or MSVC versions -- these will work on both your Windows 10 PC and your Windows Embedded 7 device.
        • If your CPU is ARM, then you can't use Qt from that installer -- you must compile Qt from source.

        My CPU is ARM , How could I compile QT from source ?
        What is source ? Operation System ? Source code ?
        What do I need to prepare ?

        JKSHJ 1 Reply Last reply
        0
        • R RiceBall

          @JKSH said in How to compile with Window Embedded 7:

          @RiceBall said in How to compile with Window Embedded 7:

          I want to make an app using in the window embedded 7 system.

          Windows Embedded Standard 7 or Windows Embedded Compact 7?

          What components should I install ?
          UWP ARMv7 or Android ARMv7 or ????

          Neither of these.

          • UWP is for Windows 10 only.
          • Android is not Windows.

          Your choice depends on the CPU of your Windows Embedded device.

          • If your CPU is x86/x64 (Intel or AMD), then you can install the MinGW or MSVC versions -- these will work on both your Windows 10 PC and your Windows Embedded 7 device.
          • If your CPU is ARM, then you can't use Qt from that installer -- you must compile Qt from source.

          My CPU is ARM , How could I compile QT from source ?
          What is source ? Operation System ? Source code ?
          What do I need to prepare ?

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @RiceBall said in How to compile with Window Embedded 7:

          My CPU is ARM , How could I compile QT from source ?
          What is source ? Operation System ? Source code ?
          What do I need to prepare ?

          "Source" means the Qt source code.

          You need to install a compiler that can produce executables for the ARM version of Windows 7. Use this compiler to build the Qt DLLs.

          Start by reading https://doc.qt.io/qt-5/windows-building.html and ask here if something is unclear.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          2

          • Login

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