Changeset 18886 for trunk/WebKit.pri

Show
Ignore:
Timestamp:
01/16/07 07:03:44 (2 years ago)
Author:
lars
Message:

Added the start of a public API to the Qt build
of WebKit. Currently we have QWebPage and QWebFrame
with a few small methods.

Converted the QtLauncher and DumpRenderTree
to use the new public API.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebKit.pri

    r18757 r18886  
    11# Include file to make it easy to include WebKit into Qt projects 
    22 
    3 INCLUDEPATH += $$PWD/JavaScriptCore \ 
    4                $$PWD/WebCore \ 
    5                $$PWD/WebCore/platform \ 
    6                $$PWD/WebCore/platform/qt \ 
    7                $$PWD/WebCore/platform/network \ 
    8                $$PWD/WebCore/platform/graphics \ 
    9                $$PWD/WebCore/editing \ 
    10                $$PWD/WebCore/page \ 
    11                $$PWD/WebCore/page/qt \ 
    12                $$PWD/WebCore/dom \ 
    13                $$PWD/WebCore/html \ 
    14                $$PWD/WebCore/history \ 
    15                $$PWD/WebCore/rendering \ 
    16                $$PWD/WebCore/loader \ 
    17                $$PWD/WebCore/loader/qt \ 
    18                $$PWD/WebCore/css \ 
    19                $$PWD/WebCore/bridge \ 
    20                $$PWD/WebKitQt/WebCoreSupport 
     3INCLUDEPATH += $$PWD/WebKitQt/Api  
    214 
    225DEFINES += BUILDING_QT__=1