Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

New project wizard (Qt)

<< < (3/6) > >>

sethjackson:

--- Quote from: lfm on July 18, 2006, 01:51:52 am ---thank you!
two question :
1.for windows, how to apply the patch file?
2.for QT4, no "/include/Qt/ActiveQt" ..., but have "/include/ActiveQt"
about this, please look here: http://forums.codeblocks.org/index.php?topic=3206.0
additional file is a qt4 project template.

--- End quote ---

You are welcome. :)

1. Well you would need to check out the SVN sources then apply the patch. The easy way is to go to the share\CodeBlocks\templates\wizard\config.script file and add this in the RegisterWizards function:


--- Code: ---RegisterWizard(wizProject,     _T("qt"),           _T("Qt project"),            _T("GUI"));

--- End code ---

2. Fixed. Thanks for telling me. :D

Same link as above to download. :)

For completeness here is the link.

lfm:

--- Quote from: sethjackson on July 18, 2006, 03:04:27 am ---2. Fixed. Thanks for telling me. :D
Same link as above to download. :)
For completeness here is the link.

--- End quote ---
Sorry, I forgot say that  following dir have same problem:
"/include/Qt/Qt3Support", "/include/Qt/QtAssistant", "/include/Qt/QtCore", "/include/Qt/QtDesigner", "/include/Qt/QtGui", "/include/Qt/QtMotif", "/include/Qt/QtNetwork", "/include/Qt/QtNsPlugin", "/include/Qt/QtOpenGL", "/include/Qt/QtSql", "/include/Qt/QtXml"

And ,please add library: libQtSvg4.a, libQtTest4.a, libQtUiTools.a

lfm:
There is a console window when run Qt GUI project, I find all GUI project created from script wizard also have this  problem.

MortenMacFly:

--- Quote from: lfm on July 18, 2006, 06:44:52 am ---There is a console window when run Qt GUI project, I find all GUI project created from script wizard also have this  problem.

--- End quote ---
This is not a problem but by design. If you run the "Debug" target it will open a console for you. The "Release" target won't. Now why is this? Because for debugging usually a lot debug messages go to the  console. You wouldn't see them if you wouln't run the application from within a consoe. Thus if you don't like the console just run the "Release" target otherwise you'd better stick with the console - it's helpful! ;-)

sethjackson:

--- Quote from: lfm on July 18, 2006, 04:55:22 am ---
--- Quote from: sethjackson on July 18, 2006, 03:04:27 am ---2. Fixed. Thanks for telling me. :D
Same link as above to download. :)
For completeness here is the link.

--- End quote ---
Sorry, I forgot say that  following dir have same problem:
"/include/Qt/Qt3Support", "/include/Qt/QtAssistant", "/include/Qt/QtCore", "/include/Qt/QtDesigner", "/include/Qt/QtGui", "/include/Qt/QtMotif", "/include/Qt/QtNetwork", "/include/Qt/QtNsPlugin", "/include/Qt/QtOpenGL", "/include/Qt/QtSql", "/include/Qt/QtXml"

And ,please add library: libQtSvg4.a, libQtTest4.a, libQtUiTools.a

--- End quote ---

Done. :)

Get it at the same place as before. :)

For completeness here is the link.

EDIT:

Morton why does the wizard keep adding Makefile.am to the project (I think it just copies everything from the /files folder no)? How do I fix that?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version