Changeset 27021 in webkit


Ignore:
Timestamp:
Oct 24, 2007 10:33:22 PM (16 years ago)
Author:
staikos
Message:

unbreak Qt build

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r27020 r27021  
     12007-10-24  George Staikos  <staikos@kde.org>
     2
     3        Unbreak Qt build.
     4
     5        * Scripts/build-webkit:
     6
    172007-10-24  Adam Roben  <aroben@apple.com>
    28
  • trunk/WebKitTools/Scripts/build-webkit

    r27015 r27021  
    137137}
    138138
    139 if ((isGtk() || isQt()) && isDarwin() && !$ENV{QMAKESPEC}) {
     139if (isGtk() && isDarwin() && !$ENV{QMAKESPEC}) {
    140140    # The qmake from Trolltech's binary "QT for Mac" distribution tries to
    141141    # create xcode projects, not Makefiles
Note: See TracChangeset for help on using the changeset viewer.