QtMobility for Windows Mobile problem
-
hi,
while compiling QtMobility 1.0.2 from windows mobile
by
configure
then
nmakei got error
" c:\qt-mobility-opensource-src-1.0.2\build\Debug\QtBearer\QtBearerd_resource.res QtBearerd_resource.rcQtBearerd_resource.rc(12) : error RC2104 : undefined keyword or key name: VS_FF_DEBUG"
any one know the solution for it
-
VS add-in is already installed
-
did you figure out how to fix this ? i've got the same problem.http://developer.qt.nokia.com/forums/viewthread/3166#
-
Download Qt Mobility with suitable version from "get Qt":http://get.qt.nokia.com/qt/solutions/
exratct it
open VS CMD
activate windows mobile compiler by
@setcepaths wincewm50pocket-msvc2005@
@ cd <qt-mobility-opensource-src-X.X.X-path>@
@configure -prefix <Desired-Output-Folder-path>@
@nmake /I@
@nmake install /I@
Add <Desired-Output-Folder-path> to the PATH "environment variable"