Okay, after executing this command in random subdirectiories I finnaly got this:
This is in the qt subdirectory. So... which files should I place in that directory?(some long output)
creating qmake...
execute: file or path is not found(nmake)
execute: file or path is not found(nmake)
Cleaning qmake failed, return code -1Yes, I know it's about nmake, but Im not sure if it requires a DLL or other kind of file or even multiple files.
lets go step by step.
1. unzip the qt sources to C:\Qt\4.7.1
open visual studio command prompt.
cd 4.7.1
configure
tell us the exact steps and contents of the directory.
I dont have visual studio command prompt, cant I simply use cmd?
Please anyone? This is rather confusing to me. :s
So I finally executed these functions or whatever they are. I tried to make a test application, but I got this in the Compile Output:
Is anyone willing to help me out with this error? Im quite new to Qt.Running build steps for project dano...
Configuration unchanged, skipping qmake step.
Starting: "C:/Qt/4.7.1/bin/jom.exe"
C:\Qt\4.7.1\bin\jom.exe -f Makefile.Debug
cl -c -nologo -Zm200 -Zc:wchar_t- -DDEBUG -D_DEBUG -Zi -MDd -EHs-c- -W3 -w34100 -w34189 -DUNDER_CE -DWINCE -D_WINDOWS -D_UNICODE -DUNICODE -D_WIN32 -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -D_WIN32_WCE=0x501 -DARMV4I -D_ARMV4I_ -Darmv4i -D_ARM_ -DARM -D_M_ARM -DARM -D__arm__ -DQ_OS_WINCE_WM -DQT_NO_PRINTER -DQT_NO_PRINTDIALOG -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NO_DYNAMIC_CAST -I"..\..\..\qt\qt\include\QtCore" -I"..\..\..\qt\qt\include\QtGui" -I"..\..\..\qt\qt\include" -I"..\..\..\qt\qt\include\ActiveQt" -I"debug" -I"." -I"..\dano" -I"." -I"..\..\..\qt\qt\mkspecs\wincewm50pocket-msvc2005" -Fodebug\ @C:\DOCUME~1\a\LOCALS~1\Temp\main.obj.3744.0.jom
jom 0.9.4 - empower your cores
jom 0.9.4 - empower your cores
'cl' is not recognized as an internal or external command,
operable program or batch file.
command failed with exit code 9009
command failed with exit code 2
The process "C:/Qt/4.7.1/bin/jom.exe" exited with code %2.
Error while building project dano (target: Desktop)
When executing build step 'Make'
Can you tell me from where did you download win ce sdk. I am also looking for a similar setup. Once I get the SDK I can help you with the compilation. I have build Qt for windows xp and mac.
here: http://www.microsoft.com/downloads/e...displaylang=en
Ive read it is usable with qt: http://doc.qt.nokia.com/4.7/requirements-wince.html
Hi Kyut,
Thanks for the link. I have downloaded Windows Mobile 6 Professional SDK Refresh.msi and am trying to install it but it complains that VS 2005 SP1 or later not found. I do have Visual Studio 2010 Ultimate. Do I need VS 2005? I am using Windows 7 on a 64 bit machine.
D
Last edited by dpatel; 26th February 2011 at 16:44. Reason: adding inofmation about OS
So yes, I guess you need an earlier version of visual studio.Visual Studio 2010 does not support mobile application development for versions of Windows Phone prior to Windows Phone OS 7.0.
Thats not good. I guess I will get VS2008 trial and try to set it up. I will get back to you once I have VS2008 and try to compile Qt.
Thanks
Bookmarks