On Mon, Jul 20, 2009 at 12:46:48PM +0200, Thomas Schulze wrote:
> Hi again,
> 
> sorry for having to ask again, but I encountered problems when trying
> to build QtCreator from source.
> 
> I fetched the latest revision of Qt from the git hub and built it
> using the command line "./configure -nomake examples -nomake demos
> -opensource -graphicssystem raster" - just in case that it's relevant
> to the problem. It worked fine.
> 
> I then tried to compile QtCreator using this Qt installation. First
> the latest Qt version from git, which failed with
> 
> dependenciespanel.h:34:34: Error: ui_dependenciespanel.h: File or
> directory not found.

It has been fixed in the meantime. 

Until the fix shows up in the public repo (probably around midnight)
just remove that line manually and add 

        #include <QtGui/QHBoxLayout>
        #include <QtGui/QTreeView>

to src/plugins/projectexplorer/dependenciespanel.cpp

Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to