On terça-feira, 26 de fevereiro de 2013 16.33.07, haithem rahmani wrote: > Hi all, > > I noticed that the "syncqt" script is installed in the bin directory > containing the "qmake" "moc" ...,while it says in one of its comment > > # > # Synchronizes Qt header files - internal development tool. > # > > can someone explain to me what does the "syncqt" script do? is it mandatory > to compile link "qt5" based apps?
It creates the forwarding headers in the include directories. It's not mandatory, but it is highly recommended, for compiling and linking Qt 5 modules themselves. It has nothing to do with applications using Qt 5. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
