Results 1 to 7 of 7

Thread: how to disable building some parts of qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default how to disable building some parts of qt

    I want to re-compile qt with mingw.
    but I get some compilation errors (regarding d3d support and webkit).
    I want to disable re-compiling these parts so that I can compile other parts of qt that I need.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: how to disable building some parts of qt

    See "configure -help" for details (eg. -no-webkit). But anyway you should not reuse the same build tree for different compilers.
    J-P Nurmi

  3. The following user says thank you to jpn for this useful post:

    FS Lover (15th July 2009)

  4. #3
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to disable building some parts of qt

    I couldn't find d3d disabling command certainly.

  5. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: how to disable building some parts of qt

    I thought it was enabled only if one run the dx_setenv.cmd (ie. the environment contains DX SDK include and library directories).
    J-P Nurmi

  6. #5
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to disable building some parts of qt

    yes, since I want to recompile qt for adding phonon support and phonon needs DX SDK I have to run the dx_setenv.cmd.

  7. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: how to disable building some parts of qt

    Hmm, tools/configure/configureapp.cpp seems to check for "-no-direct3d" even if it's not documented. Did you try it yet?
    J-P Nurmi

  8. The following user says thank you to jpn for this useful post:

    FS Lover (16th July 2009)

  9. #7
    Join Date
    May 2009
    Posts
    147
    Thanks
    11
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to disable building some parts of qt

    Did you try it yet?
    no.
    thanks, I will try it.

Similar Threads

  1. How to disable NextButton in QWizard ?
    By litroncn in forum Qt Programming
    Replies: 3
    Last Post: 27th May 2008, 07:05

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.