[Qt-interest] QMake template 'none'

Jesús Fernández jsfdez at gmail.com
Tue Dec 16 12:59:11 CET 2008


Or can I do this?

TEMPLATE = subdirs
>
> # Directories
> SUBDIRS += PMG_Assistant
>
> # DOT DEFINITION
> # COMMAND SAMPLE: dot -T png -o connections.png connections.dot
> DOT_SOURCES += doc/filewatcher_process.d
>
> dot.name = Genearting diagrams
> dot.input = DOT_SOURCES
> dot.output = ${QMAKE_FILE_BASE}.png
> dot.commands = dot -T png -o ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
> dot.CONFIG += no_link target_predeps
> QMAKE_EXTRA_COMPILERS += dot
>

On Tue, Dec 16, 2008 at 12:52 PM, Jesús Fernández <jsfdez at gmail.com> wrote:

> Hi,
>
> I'm developing a Qt project using *subdirs* template but I want to link it
> with a project thats builds the documentation and does not generate any
> binary file. How can I tell qmake to not build a binary?
>
> Regards
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20081216/96f1fab5/attachment.html 


More information about the Qt-interest-old mailing list