You should also install the Nokia VS Add-in 
(http://qt.nokia.com/downloads/visual-studio-add-in); though the VS Express 
Edition may not let you.

Essentially, you can do the same thing, however doing the following:

1. Install Qt Open Source Libraries ()
2. Open the Qt Command prompt - you'll find this under the Qt's entry in the 
Start Menu (Start->Programs->Qt...->Qt...Command Prompt; this is Qt version 
specific)
3. Run the VS vars script for your version of Visual Studios - you'll have to 
find it in the visual studios install; this can be quickly added by examining 
the Visual Studio Command Prompt shortcut; it'll usually reference the batch 
file.)

You now have a usable command-line compilation environment. 'msbuild' and 
'msdev' can be used to build solution/project files; and nmake can be used to 
build nmake Makefiles.
You can also mix CMake into the mix by running the appropriate CMake Batch 
file; this may also provide the Visual Studios environment too.

That should get you started. I haven't done anything KDE specific; but that's 
the general need for working with Qt. If you can get the VS Add-in installed, 
then you can work with Qt Enabled Solutions and Projects directly in VS; but 
Microsoft's official policy on the Express Editions forbids extensions; doesn't 
mean they can't be used though. ;-)

HTH,

Ben



________________________________
From: isuru anuranga wijesingha <[email protected]>
To: kde windows <[email protected]>
Sent: Tue, October 27, 2009 12:03:22 PM
Subject: -------------little confiqure qt designer with windows visual studio 
express edition for c++------------------------


Dear sir.

I'm working on developing KDE game "KBattleShip" on windows visual studio 
express edition. I have downloaded the source code for KBattleShip but I 
couldn't compile it successfully as there were error reports like, 
fatal error C1083: Cannot open include file: 'QtCore/qglobal.h': No such file 
or directory
shot.cpp

I thought this was because visual studio doesn't find with qt designer's 
libraries for c++. I have installed the qt designer 4.5.3 opensource source 
code package visual studio. And I add qt designer's header files folder for 
include files list of visual studio but yet it doesn't resolve my problem. Can 
you help me?.

Thank you. 
Send instant messages to your online friends http://uk.messenger.yahoo.com 
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to