[Qt-interest] VS AddIn in VS2008: adding qt/wince
Alexander Tumarov
alextai at narod.ru
Sat Nov 7 14:54:08 CET 2009
I face pretty strange problem.
Versions in question:
Windows 7
Visual Studio 2008 Proffesional
VS AddIn-1.1.1
qt - 4.5.3 for Win and WinCE (open source editions)
qt for wince configured with:
configure.exe -platform win32-msvc2008 -xplatform wincewm50pocket-msvc2008
-debug-and-release -opensource -shared -no-webkit
Installation of QT (both versions) went (let's say) ok (some 1077 problems
- but rerunning nmake solved it)
installation of addin went ok
Then I went to add Qt paths to AddIn options.
win32 version added without a problem
but with wince - on first try nothing happens, on additional tries I get
next error:
"Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" is not defined within Visual
Studio. Make sure you have installed the required SDK."
At the same time if I create a project from cmd - it compiles and (at least)
runs under emulator. If I create a vsproj from cmd - it can be open compiled
and run from VS IDE (some problem with autocompletion - but at least it works).
Also there is a smart device projects enabled in VS and of course it allows
to set WM50 platform (pocket or smartphone)
I searched on the net and found just 2 similiar post (one unreplied and one
not workable):
Qt Add-in not get the WM SDK:
http://labs.trolltech.com/forums/topic/1104
and
Quick Tip: The platform "Windows Mobile 6 Professional SDK (ARMV4I)" is not
defined within Visual Studio:
http://siphon9.net/loune/2009/09/quick-tip-the-platform-windows-mobile-6-professional-sdk-armv4i-is-not-defined-within-visual-studio/
How this issue can be solved?
More information about the Qt-interest-old
mailing list