Changeset 63035 in webkit


Ignore:
Timestamp:
Jul 9, 2010 8:20:56 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-09 Luiz Agostini <luiz.agostini@openbossa.org>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Mac build fix
https://bugs.webkit.org/show_bug.cgi?id=41967

Adding file PluginObjectMac.mm and frameworks Cocoa and QuartzCore.

  • DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r63033 r63035  
     12010-07-09  Luiz Agostini  <luiz.agostini@openbossa.org>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Mac build fix
     6        https://bugs.webkit.org/show_bug.cgi?id=41967
     7
     8        Adding file PluginObjectMac.mm and frameworks Cocoa and QuartzCore.
     9
     10        * DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro:
     11
    1122010-07-09  Diego Gonzalez  <diegohcg@webkit.org>
    213
  • trunk/WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro

    r62688 r63035  
    3131mac {
    3232    SOURCES += ../../TestNetscapePlugIn/main.cpp
    33     LIBS += -framework Carbon
     33    OBJECTIVE_SOURCES += PluginObjectMac.mm
     34    LIBS += -framework Carbon -framework Cocoa -framework QuartzCore
    3435} else {
    3536    SOURCES += ../../unix/TestNetscapePlugin/TestNetscapePlugin.cpp
Note: See TracChangeset for help on using the changeset viewer.