Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved WindowsCE compiling QT version 5.6 -xplatform option?

    Mobile and Embedded
    2
    3
    153
    Loading More Posts
    • 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
      shokarta last edited by

      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

      raven-worx 1 Reply Last reply Reply Quote 0
      • raven-worx
        raven-worx Moderators @shokarta last edited by

        @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

        raven-worx 1 Reply Last reply Reply Quote 1
        • raven-worx
          raven-worx Moderators @raven-worx last edited by raven-worx

          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 Reply Quote 1
          • First post
            Last post