I am using qt 4.5
I have created a project and I want to compile on visual studio 2008 for windows mobile 6.0
So I have created the project files doing this:
D:ProjectsPhone_PDAPhone_PDA>set QMAKESPEC=win32-msvc2008
D:ProjectsPhone_PDAPhone_PDA>qmake -tp vc
The VS project was created. However, when I try and compile I get this error:
LINK : fatal error LNK1181: cannot open input file 'c:Qtqtlibqtmaind.lib'
However, when I check my librarys and includes under project properties in visual studio. I have this:
Additional Include Directories
c:QtqtincludeQtCore
c:QtqtincludeQtGui
c:Qtqtinclude
c:QtqtincludeActiveQt
debug
c:Qtqtmkspecswin32-msvc2008
Additional Library Directories
c:Qtqtlib
Additional Dependencies
c:Qtqtlibqtmaind.lib
c:QtqtlibQtGuid4.lib
c:QtqtlibQtCored4.lib
However, when I browse to the directory c:Qtqtlib all I have is:
qtmain.prl and qtmaind.prl
However, I don't have qtmaind.lib or qtmain.lib
Many thanks for any suggestions,
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…