>
> > *To use QtCreator*
> > The consensus is to use the "Code Blocks - NMake Generator". This has
> > generated successfully a .cbp file (Code Block Project, I'm assuming).
> > However, QtCreator seems unaware that this is a project and just opens it
> > as plain text? How do I now open this project in QtCreator?
> >
> Open the CMakeLists.txt and adjust the build dir to the one you created.
>
>
Christian,

I don't follow - the build dir should be specified in the cmake-gui, not in
the CMakeLists.txt file, right? I thought by creating a project for
QtCreator, we could then delete the CMakeLists.txt altogether and the
project would still work?

David
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to