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. Building Qt 5.4.2 for Windows Embedded Compact 7 (WEC7) on ARM platform
Forum Update on Monday, May 27th 2025

Building Qt 5.4.2 for Windows Embedded Compact 7 (WEC7) on ARM platform

Scheduled Pinned Locked Moved Mobile and Embedded
buildqt 5.4.2windows embeddewec7armmsvc2008windows 7 64 bi
1 Posts 1 Posters 1.6k 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.
  • M Offline
    M Offline
    Mohammadjk
    wrote on 12 Sept 2015, 14:10 last edited by Mohammadjk 9 Dec 2015, 14:13
    #1

    Hi Everyone,

    I am trying to build Qt 5.4.2 opensource for Windows Embedded Compact 7 (WEC7) on ARM platform. The reason for this build is to port an existing Windows desktop application that I have to this platform. The application uses Qt Quick and QML as well as Qt WebKit, which means I need to link to ICU (International Component for Unicode) and a Graphic Driver which supports OpenGL 2.1 or higher.

    Now the issue is this, when I configure the build and I use: -opengl desktop I get this error:

    c:\qt\qt542\qtbase\include\qtgui../../src/gui/opengl/qopengl.h(122) : fatal error C1083: Cannot open include file: 'GL/gl.h': No such file or directory

    I tried using -opengl es2 -angle but then that first shows this message:
    ANGLE specified, but the DirectX SDK could not be detected: The build will most likely fail.

    and then the build fails. I do have the DirectX 11 already install, under C:\Program Files (x86)\Windows Kits\8.0\Lib\win8\um\arm so not sure why it won't compile

    Using -opengl dynamic also fails.

    I'm using MSVC 2008 for my build on a Windows 7 64bit.
    The target is Windows Embedded Compact 7 on ARM

    I appreciate if you can shed some light on this issue.

    Many thanks,

    Complete Configrure Command
    configure -prefix %CD%\qtbase -platform win32-msvc2008 -xplatform wince70embedded-armv4i-msvc2008 -debug-and-release -opensource -opengl desktop -icu -skip qtmultimedia -no-accessibility -no-warnings-are-errors -nomake examples -nomake tests -I %ICU_INC% -L %ICU_LIB% -make-tool %JOM_PATH%

    1 Reply Last reply
    0

    1/1

    12 Sept 2015, 14:10

    • Login

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