Results 1 to 4 of 4

Thread: how to include different modules in an application while using QtCreator4.7.4?

  1. #1
    Join Date
    Nov 2010
    Posts
    2
    Thanks
    1
    Platforms
    Windows

    Default how to include different modules in an application while using QtCreator4.7.4?

    hii,
    i m using Qt4.7.4, and while i was building a Browser in it, it require to include QtWebKit module,but i couldn't find the respective window which occur during new project creation(in which we are asked to include different modules in our program ).

    please, anyone...can you help me?

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: how to include different modules in an application while using QtCreator4.7.4?

    Add it to the project file (.pro) manually, and it would look like
    Qt Code:
    1. QT += core gui webkit
    To copy to clipboard, switch view to plain text mode 

  3. #3
    Join Date
    Nov 2010
    Posts
    2
    Thanks
    1
    Platforms
    Windows

    Default Re: how to include different modules in an application while using QtCreator4.7.4?

    thanx santosh sir......but i have one more query and it's just that i have installed Qt4.7.4 in my laptop,but i think it's not correctly installed,should i uninstall all my other C++ and java compilers before install Qt (because i think they all have same type minGW files).
    Sir it is because when i run QtAssistant or QtDesigner or any web application , they are not running properly or i can say that they are not running at all.
    Or if u can suggest where to download Qt software that run correctly.

    thanx sir,
    Bharat Soni

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: how to include different modules in an application while using QtCreator4.7.4?

    Quote Originally Posted by bharat0991 View Post
    thanx santosh sir......but i have one more query and it's just that i have installed Qt4.7.4 in my laptop,but i think it's not correctly installed,should i uninstall all my other C++ and java compilers before install Qt (because i think they all have same type minGW files).
    No.
    Sir it is because when i run QtAssistant or QtDesigner or any web application , they are not running properly or i can say that they are not running at all.
    Diagnose the fault. Don't just guess. We cannot help you unless you provide information more detailed than "It does not work".
    Or if u can suggest where to download Qt software that run correctly.
    http://qt.nokia.com/downloads
    There is no official release of Qt 4.7.4.

  5. The following user says thank you to ChrisW67 for this useful post:

    bharat0991 (27th June 2011)

Similar Threads

  1. Replies: 1
    Last Post: 5th April 2011, 09:29
  2. Qt modules on Win
    By Maluko_Da_Tola in forum Newbie
    Replies: 3
    Last Post: 25th July 2010, 12:24
  3. Include Afx.h in Qt Application
    By Altertwin in forum Qt Programming
    Replies: 1
    Last Post: 14th March 2010, 00:25
  4. QWidget and Qt Modules
    By sandros in forum Qt Programming
    Replies: 7
    Last Post: 21st August 2007, 22:56
  5. Qt modules
    By ber_44 in forum Qt Programming
    Replies: 3
    Last Post: 30th May 2007, 22:10

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
  •  
Qt is a trademark of The Qt Company.