Changeset 103164 in webkit


Ignore:
Timestamp:
Dec 17, 2011 7:35:12 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Fix QtTestBrowser compilation with QtWidgets module
https://bugs.webkit.org/show_bug.cgi?id=74791

Patch by Adenilson Cavalcanti <cavalcantii@gmail.com> on 2011-12-17
Reviewed by Andreas Kling.

  • QtTestBrowser/QtTestBrowser.pro:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r103149 r103164  
     12011-12-17  Adenilson Cavalcanti  <cavalcantii@gmail.com>
     2
     3        [Qt] Fix QtTestBrowser compilation with QtWidgets module
     4        https://bugs.webkit.org/show_bug.cgi?id=74791
     5
     6        Reviewed by Andreas Kling.
     7
     8        * QtTestBrowser/QtTestBrowser.pro:
     9
    1102011-12-17  Kentaro Hara  <haraken@chromium.org>
    211
  • trunk/Tools/QtTestBrowser/QtTestBrowser.pro

    r102681 r103164  
    4343
    4444QT += network
     45
    4546macx:QT += xml
    46 haveQt(5): QT += printsupport
     47haveQt(5): QT += printsupport widgets
    4748
    4849!embedded: PKGCONFIG += fontconfig
Note: See TracChangeset for help on using the changeset viewer.