[xsd-users] Newbie question

Boris Kolpackov boris at codesynthesis.com
Mon Sep 24 23:18:15 EDT 2018


James Gordon <jjgw at jjgordon.com> writes:

> My .pro file looks like:
> 
> SOURCES += hello.xsd \
> 
>            driver.cxx
>  
> I figure there must be some configuration needed for QtCreator, to tell
> it that xsd generation must be invoked (i.e., xsd rule included in makefile)

I am no QtCreator expert but I doubt this will be easy or even possible.
I would suggest that you start with just manually compiling your schema
and then adding the generated source files to the project. Once you have
this working, you can look if there is a way to automate it with a pre-
build step or some such.



More information about the xsd-users mailing list