[Qt-interest] QMAKE_EXTRA_COMPILERS problem
Jesús Fernández
jsfdez at gmail.com
Wed Dec 3 18:23:42 CET 2008
Hi,
I have a custom make compiler for creating images from dot files.
When I set the flag dot.config += no_link the images are not created, but if
I remove this flags they are created and the linker gives me an error.
This is my portion of code:
> # DOT DEFINITION
> # COMMAND SAMPLE: dot -T png -o connections.png connections.dot
> DOT_SOURCES += doc/connections.dot
>
> dot.output = doc/${QMAKE_FILE_BASE}.png
> dot.input = DOT_SOURCES
> dot.commands = dot -T png -o ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
> dot.CONFIG += no_link
>
> QMAKE_EXTRA_COMPILERS += dot
Anyone can helps me?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20081203/99553f6d/attachment.html
More information about the Qt-interest-old
mailing list