Hi folks,

If I add extra compiler to pro file:

QMAKE_EXTRA_COMPILERS += generate
generate.name = GEN
generate.input = TO_GENERATE
generate.output = ${QMAKE_FILE_BASE}.hpp
generate.CONFIG = no_link
generate.variable_out = HEADERS

generate.commands = do_stuff

PRE_TARGETDEPS += compiler_generate_make_all

Everything is fine: headers generates but doesn't appear in the QtCreator's tree.

How do I force addition of generated headers in the project's tree view in QtCreator?
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to