WindowsCE compiling QT version 5.6 -xplatform option?
-
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
-
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
@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.2The 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 -
@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.2The 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" dirthe 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.6nvm, its there (my mistake):
https://code.qt.io/cgit/qt/qtbase.git/tree/mkspecs/common/wince?h=5.6