On Thu, Dec 01, 2011 at 06:36:33AM +0200, Nicu Tofan wrote: > 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.
Creating fully functional .pro files would be a lot of work, and it's not needed to use Qt Creator. You can directly use the CMakeList.txt or (since yesterday ;-}) the Makefile.am. Andre'