just a little question

Verschiedenes zu Qt
Antworten
NobodyPerfect
Beiträge: 1
Registriert: 17. Februar 2006 19:10

just a little question

Beitrag von NobodyPerfect »

I installed Qt4 free version on my computer. And now i
don't know what to do next. Can you help me (please)
and explain how to set project settings in Visual c++
6 and Borland C++ Builder 6 to work. Also i have
earlier version of Qt opensource on my SUSE Linux 9.2.
When i try to use some #include <........> KDevelop
displays message - no such file.... blah, blah.... so
if you know how to set KDevelop project to work with
qt (the same problem with Visual c++ 6 and borland...
under windows) PLEASE HELP :)
Esleborn
Beiträge: 265
Registriert: 27. Januar 2005 01:23
Wohnort: Baden-Würtenberg
Kontaktdaten:

Beitrag von Esleborn »

for qt and visual studio you must use the patch.

For the rest simply make a pro-Project file, parse it with qmake (configured for your current compiler) and run make (or nmake for visual studio). This should do it...
Glaube an eine Lösung, nur dann kannst du auch eine finden.
BartSimpson
Beiträge: 1379
Registriert: 6. November 2004 12:03
Kontaktdaten:

Beitrag von BartSimpson »

But this here is an german fourm. For english use http://www.qtforum.org
Antworten