Results 1 to 3 of 3

Thread: QFormBuilder missing from new install on OS X. Qt 4.0.1

  1. #1
    Join Date
    Jun 2006
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default QFormBuilder missing from new install on OS X. Qt 4.0.1

    I'm having some problem compiling my first Qt program. We have Qt 4.0.1, OS X Commercial version. We are out of the support period.

    I just installed it today on my Macintosh G5 running 10.4.6.

    I'm trying to build the calculatorbuilder demo application and I get this error:

    Qt Code:
    1. 35: error: QtDesigner/QFormBuilder: No such file or directory
    To copy to clipboard, switch view to plain text mode 

    The source line is:

    Qt Code:
    1. #include <QtDesigner/QFormBuilder>
    To copy to clipboard, switch view to plain text mode 

    Qt was freshly installed on this machine. I did a spotlight search and QFormbuilder does indeed seem to be missing. (In /Library/Frameworks I have:

    • QtSql.framework
    • QtGui.framework
    • QtNetwork.framework
    • QtOpenGL.framework
    • Qt3Support.framework
    • QtCore.framework
    • QtXml.framework

    Where can I get QFormBuilder?

    Fortunately, the t1 tutorial example builds so I guess I'll start my learning there. I usually like diving right in but that didn't work in this case.

    I've googled and searched these forums but not found my answer.

    Thanks for any help.

    Paul

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QFormBuilder missing from new install on OS X. Qt 4.0.1

    In the QFormBuiler API reference it does not says to have the path ahead of the header... i.e. only have <QFormBuilder> in the include statement.

  3. #3
    Join Date
    Jun 2006
    Posts
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QFormBuilder missing from new install on OS X. Qt 4.0.1

    Quote Originally Posted by e8johan
    In the QFormBuiler API reference it does not says to have the path ahead of the header... i.e. only have <QFormBuilder> in the include statement.
    Oh, I tried that also.

    The problem is that QFormBuilder just isn't installed in my build, Qt 4.0.1. This was a clean install.

    Paul

Similar Threads

  1. Cannot Install KDEdevel packages on linux
    By wirajr in forum KDE Forum
    Replies: 12
    Last Post: 5th February 2006, 21:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.