<div dir="ltr"><div><div><div><div><div><div><div>Hi.<br></div>I went to the Qt project web page. Then to the Download link and downloaded the Qt Community release that includes Qt Creator and, I think, Qt libraries as well because Qt Creator detects automatically the Qt 5.4.0 MinGw 32-bit KIT.<br></div>In fact, if I run "qmake -version ", then I get: <br><br>C:\Qt\5.4\mingw491_32\bin>qmake -version<br><br>QMake version 3.0<br>Using Qt version 5.4.0 in C:/Qt/5.4/mingw491_32/lib<br><br><br></div>By an IDE I meant an environment with an Editor, Compiler, Debugger, etc. And so far, I've been working with a simple text editor, compiling from a DOS prompt and not debugging but tracing with "cout" commands. That's why I needed to find a real IDE like Eclipse or something like that, and try to work with ITK in the best comfortable way, like I do when programming in Java.<br><br></div>So, is it possible to program with ITK within an  IDE and not to worry about CMake configuration and shells/DOS prompts to compile and, besides, to have a debugger?<br><br></div>Thanks a lot.<br></div>Best regards,<br></div>/Francisco<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-02-18 12:40 GMT+01:00 Jon Haitz Legarreta <span dir="ltr"><<a href="mailto:jhlegarreta@vicomtech.org" target="_blank">jhlegarreta@vicomtech.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Dear Francisco,<br></div>I assume you mean "with no GUI" when you say "with no IDE". <br></div><br>Note that Qt Creator is just a tool of Qt to facilitate the task of creating GUIs, but in order to actually have a GUI for your application, you will need to download Qt itself [1]. You can download the binaries, and thus you can avoid any complication derived from building the sources.<br><br></div>Assuming you are using CMake to generate your project, in order to build your application with Qt as the GUI library, you should include Qt among the libraries to look for and link with in your CMakeLists [2].<br><div><div><br></div><div>HTH,<br>JON HAITZ<br><br></div><div><br>[1] <a href="https://qt-project.org/" target="_blank">https://qt-project.org/</a><br>[2] <a href="http://www.cmake.org/Wiki/CMake/Tutorials/Qt" target="_blank">http://www.cmake.org/Wiki/CMake/Tutorials/Qt</a><br><br></div></div><div class="gmail_extra"><br clear="all"><div><div><div dir="ltr"><table align="center" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td></td></tr></tbody></table></div></div></div>
<br><div class="gmail_quote"><div><div class="h5">On 18 February 2015 at 12:17, Francisco Lopez de la Franca <span dir="ltr"><<a href="mailto:franciscolopezdelafranca@gmail.com" target="_blank">franciscolopezdelafranca@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div><div><div><div><div>Hi.<br></div>I've been using recently ITK but with no IDE, and I've been recommended to use Qt platform.<br></div>I've downloaded Qt Creator but I don´t find the documentation and the way to integrate ITK with it.<br><br></div>That's why I post this message, in order to know if anyone has any reference or guide explaining how to do it.<br><br></div>Thank you very much in advance.<br><br></div>Kind regards,<br></div>/Francisco<br></div>
<br></div></div>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div></div>
</blockquote></div><br></div>