I did as you told me but... I'm still getting errors... aghhh how can I get this to run... ;\
Setting up a Qt environment...
-- QTDIR set to C:\Qt\4.2.0
-- Added C:\Qt\4.2.0\bin to PATH
-- QMAKESPEC set to win32-msvc2005
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
C:\Qt\4.2.0>cd C:\Qt\4.2.0\examples\tutorial\t1
C:\Qt\4.2.0\examples\tutorial\t1>qmake -project
C:\Qt\4.2.0\examples\tutorial\t1>qmake
C:\Qt\4.2.0\examples\tutorial\t1>make
'make' is not recognized as an internal or external command,
operable program or batch file.
C:\Qt\4.2.0\examples\tutorial\t1>nmake
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefil
e.Release
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.
cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -O2 -MD -GR -EHsc -W3 -w34100
-w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_EVAL -DQT_EDITION=QT_EDITI
ON_DESKTOP -DQT_DLL -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-I"C:/Qt/4.2.0/include/QtCore" -I"C:/Qt/4.2.0/include/QtCore" -I"C:/Qt/4.2.0/in
clude/QtGui" -I"C:/Qt/4.2.0/include/QtGui" -I"C:/Qt/4.2.0/include" -I"." -I"C:/Q
t/4.2.0/include/ActiveQt" -I"tmp\moc\release_shared" -I"." -I"..\..\..\mkspecs\w
in32-msvc2005" -Fotmp\obj\release_shared\ @C:\DOCUME~1\PHILLI~1\LOCALS~1\Temp\nm
7F.tmp
main.cpp
link /LIBPATH:"c:\Qt\4.2.0\lib" /LIBPATH:"c:\Qt\4.2.0\lib" /NOLOGO /INCR
EMENTAL:NO /INCREMENTAL:NO /MANIFESTFILE:.\tmp\obj\release_shared\t1.exe.inter me
diate.manifest /SUBSYSTEM:WINDOWS /OUT:release\t1.exe @C:\DOCUME~1\PHILLI~1\LOCA
LS~1\Temp\nm80.tmp
LINK : fatal error LNK1104: cannot open file 'uuid.lib'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\l
ink.EXE"' : return code '0x450'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
C:\Qt\4.2.0\examples\tutorial\t1>
I've also found a batch file along in the example t1.. but I can't get it to run, it displays a message of "This application has failed to start because QtGui4.dll was not found. Re-installing the application may fix this problem."




Reply With Quote


Bookmarks