[Development] QML preprocessor
Thiago Macieira
thiago.macieira at intel.com
Tue Mar 19 17:19:18 CET 2019
On Tuesday, 19 March 2019 09:03:16 PDT Jason H wrote:
> I don't know why you can't just use a C/C++ preprocessor to generate the
> qml? For Clang, -E : Only run the preprocessor
qglobal.h is assembler-safe too. -D__ASSEMBLER__ and it won't produce C or C++
code that would confuse your parser.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel System Software Products
More information about the Development
mailing list