On 02.12.2011 20:25, André Pönitz wrote:
On Thu, Dec 01, 2011 at 08:49:16PM -0500, Richard Heck wrote:
On 12/01/2011 06:41 PM, André Pönitz wrote:
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.
Can you explain quickly what this means? I have in the past just used
the import facility of Qt Creator, and it seems to work fine.
Then why change it? [We are probably talking about the same thing
anyway]
The autotools support was a contribution, and it seems to be rather
basic when it comes to building, but seemingly parses the LyX
It nicely calls autogen.sh, then configure, and then make.
Do you miss the target list in the make dialog?
Makefile.am's fine (which was actually used as sanity check before
integration)
Would be just File->Open File or Project, either lyx-devel/CMakeLists.txt
or lyx-devel/Makefile.am. Or add that on the command line when starting
Creator.
[Btw I always recommend using sessions, even if they are still too clumsy to
setup for my taste (use is easy later...)]
AH, never tried session. The only way to restore breakpoints?
Andre'
PS: Better discuss this on qt-crea...@qt-project.org?