[Qt-interest] Building the Generator
吴智
williamstaotao at gmail.com
Tue Nov 2 07:16:44 CET 2010
Hi,
I got some problem while trying to build the Qt Jambi Generator.
Here is what I did:
- Install Qt ( -debug-and-release -D QT_JAMBI_BUILD -plugin-manifests
-no-qt3support );
- Download QtJambi-src-lgpl-4.5.2_01;
- Goto the generator directory and type qmake and then nmake in the Visual
Studio Command Prompt.
I got these errors:
RCC: Error in "generator.qrc" : Cannot find file "typesystem_core.xml"
RCC: Error in "generator.qrc" : Cannot find file "typesystem_gui.xml"
RCC: Error in "generator.qrc" : Cannot find file "typesystem_sql.xml"
......
......
Then I opended the generated generator.qrc and it looked like:
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/trolltech/generator/">
<file alias="typesystem_core.txt">typesystem_core.xml</file>
<file>typesystem_core-java.java</file>
<file alias="typesystem_gui.txt">typesystem_gui.xml</file>
<file>typesystem_gui-java.java</file>
<file alias="typesystem_sql.txt">typesystem_sql.xml</file>
<file>typesystem_sql-java.java</file>
<file alias="typesystem_opengl.txt">typesystem_opengl.xml</file>
<file>typesystem_opengl-java.java</file>
<file alias="typesystem_svg.txt">typesystem_svg.xml</file>
<file alias="typesystem_network.txt">typesystem_network.xml</file>
<file>typesystem_network-java.java</file>
<file alias="typesystem_xml.txt">typesystem_xml.xml</file>
<file>typesystem_xml-java.java</file>
<file alias="typesystem_phonon.txt">typesystem_phonon.xml</file>
<file>typesystem_phonon-java.java</file>
<file alias="typesystem_webkit.txt">typesystem_webkit.xml</file>
<file>typesystem_webkit-java.java</file>
<file alias="typesystem_xmlpatterns.txt">typesystem_xmlpatterns.xml</file>
<file>typesystem_xmlpatterns-java.java</file>
<file>parser/rpp/pp-qt-configuration</file>
</qresource>
</RCC>
Could somebody kindly remind me what I got wrong?
By the way, I'm new to all these stuff.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20101102/5deeb783/attachment.html
More information about the Qt-interest-old
mailing list