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. WindowsCE compiling QT version 5.6 -xplatform option?

WindowsCE compiling QT version 5.6 -xplatform option?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 364 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.
  • S Offline
    S Offline
    shokarta
    wrote on 1 May 2021, 14:39 last edited by
    #1

    Hello all,

    I have installed Visual Studio 2008 pro version
    installed Windows Mobile 6 Professional SDK Refresh
    Installed QT VisualStudio Addin 1.1.7 (google search, hopefully trustfull file)
    Installed ActivePerl 5.28
    downloaded and unzipped QT 5.6.3 everywhere...

    started the VisualStudio console and did run:

    configure -platform win32-msvc2008 -xplatform winmobile6Pro -nomake tests
    

    but im having error:

    Invalid option "winmobile6Pro" for -xplatform.
    

    the help says: See the README file for a list of supported operating systems and complers
    but there is no info in README file... i tried to google and every post/question has different value uder -xplatform option.

    Is there any guide or what should i type in as value to able able to use compile for windows embedded handheld 6.5 classic, CE OS 5.2 ?

    PS: i was guided by this post

    R 1 Reply Last reply 1 May 2021, 15:04
    0
    • S shokarta
      1 May 2021, 14:39

      Hello all,

      I have installed Visual Studio 2008 pro version
      installed Windows Mobile 6 Professional SDK Refresh
      Installed QT VisualStudio Addin 1.1.7 (google search, hopefully trustfull file)
      Installed ActivePerl 5.28
      downloaded and unzipped QT 5.6.3 everywhere...

      started the VisualStudio console and did run:

      configure -platform win32-msvc2008 -xplatform winmobile6Pro -nomake tests
      

      but im having error:

      Invalid option "winmobile6Pro" for -xplatform.
      

      the help says: See the README file for a list of supported operating systems and complers
      but there is no info in README file... i tried to google and every post/question has different value uder -xplatform option.

      Is there any guide or what should i type in as value to able able to use compile for windows embedded handheld 6.5 classic, CE OS 5.2 ?

      PS: i was guided by this post

      R Offline
      R Offline
      raven-worx
      Moderators
      wrote on 1 May 2021, 15:04 last edited by
      #2

      @shokarta
      Windows CE is not one of the supported platforms:
      https://doc.qt.io/qt-5/supported-platforms.html
      https://code.qt.io/cgit/qt/qtbase.git/tree/mkspecs?h=5.15.2

      The platform winmobile6Pro is the qmake.conf file posted in the first post (i guess). So you would need to add this yourself, by creating a folder named "winmobile6Pro" in Qt's "mkspecs" dir

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      R 1 Reply Last reply 1 May 2021, 16:05
      1
      • R raven-worx
        1 May 2021, 15:04

        @shokarta
        Windows CE is not one of the supported platforms:
        https://doc.qt.io/qt-5/supported-platforms.html
        https://code.qt.io/cgit/qt/qtbase.git/tree/mkspecs?h=5.15.2

        The platform winmobile6Pro is the qmake.conf file posted in the first post (i guess). So you would need to add this yourself, by creating a folder named "winmobile6Pro" in Qt's "mkspecs" dir

        R Offline
        R Offline
        raven-worx
        Moderators
        wrote on 1 May 2021, 16:05 last edited by raven-worx 5 Jan 2021, 19:03
        #3

        the qmake.conf file of this post imports a missing wince file, which i couldn't find.
        i guess it has to be changed to some of the available ones (corresponding to your target platform): https://code.qt.io/cgit/qt/qtbase.git/tree/mkspecs?h=5.6

        nvm, its there (my mistake):
        https://code.qt.io/cgit/qt/qtbase.git/tree/mkspecs/common/wince?h=5.6

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        1

        2/3

        1 May 2021, 15:04

        • Login

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