Changeset 45794 in webkit


Ignore:
Timestamp:
Jul 13, 2009 1:32:38 AM (15 years ago)
Author:
Simon Hausmann
Message:

2009-07-13 Laszlo Gombos <Laszlo Gombos>

Reviewed by Simon Hausmann.

[Qt] Cleanup - Remove prf install target
https://bugs.webkit.org/show_bug.cgi?id=27191

qtwebkit.prf has been removed; this cleans up the related
install target as well.

  • WebCore.pro: Remove prf install target
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r45787 r45794  
     12009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Cleanup - Remove prf install target
     6        https://bugs.webkit.org/show_bug.cgi?id=27191
     7
     8        qtwebkit.prf has been removed; this cleans up the related
     9        install target as well.
     10
     11        * WebCore.pro: Remove prf install target
     12
    1132009-07-12  Adam Barth  <abarth@webkit.org>
    214
  • trunk/WebCore/WebCore.pro

    r45782 r45794  
    21852185    headers.files = $$WEBKIT_API_HEADERS
    21862186    headers.path = $$[QT_INSTALL_HEADERS]/QtWebKit
    2187     prf.files = $$PWD/../WebKit/qt/Api/qtwebkit.prf
    2188     prf.path = $$[QT_INSTALL_PREFIX]/mkspecs/features
    21892187
    21902188    VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
     
    21992197
    22002198
    2201     INSTALLS += target headers prf
     2199    INSTALLS += target headers
    22022200
    22032201    unix {
Note: See TracChangeset for help on using the changeset viewer.