Changeset 19048 for trunk/WebKit.pri

Show
Ignore:
Timestamp:
01/23/07 10:36:22 (2 years ago)
Author:
staikos
Message:

Temporary measure to make it possible to use the Qt port until the official Qt
API is done

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebKit.pri

    r18886 r19048  
    22 
    33INCLUDEPATH += $$PWD/WebKitQt/Api  
     4 
     5# Remove this once we can actually use the API 
     6INCLUDEPATH += $$PWD/JavaScriptCore \ 
     7               $$PWD/WebCore \ 
     8               $$PWD/WebCore/platform \ 
     9               $$PWD/WebCore/platform/qt \ 
     10               $$PWD/WebCore/platform/network \ 
     11               $$PWD/WebCore/platform/graphics \ 
     12               $$PWD/WebCore/editing \ 
     13               $$PWD/WebCore/page \ 
     14               $$PWD/WebCore/page/qt \ 
     15               $$PWD/WebCore/dom \ 
     16               $$PWD/WebCore/html \ 
     17               $$PWD/WebCore/history \ 
     18               $$PWD/WebCore/rendering \ 
     19               $$PWD/WebCore/loader \ 
     20               $$PWD/WebCore/loader/qt \ 
     21               $$PWD/WebCore/css \ 
     22               $$PWD/WebCore/bridge \ 
     23               $$PWD/WebKitQt/WebCoreSupport 
    424 
    525DEFINES += BUILDING_QT__=1