Op 1-12-2011 5:36, Nicu Tofan schreef:
Hello!
I've created the attached .pro file from the source files in the
trunk, while looking into CMakeLists. The purpose was for me to be
able to use QtCreator to examine/change the source code. I have also
tried for some time to include the invocation of mkres.sh script as a
custom build step and failed. As such, mkres.sh must be run before
attempting a build.
Please note that this is for my personal use (and for whoever wants to
use it), it's not a proposal/request to use qmake/QtCreator/.pro files
as an alternative official build method. This implies that I am fully
aware that LyX has no official .pro support and it was not designed to
be constructed this way.
Hi Nicu,
Qt Creator is able to open the CMake files directly. It will generate a
temporary .pro file itself.
I guess this is the easiest way to use Qt Creator.
Vincent