WebKit.pro
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
     6 SUBDIRS += \
     6 SUBDIRS += \
     7         JavaScriptCore \
     7         JavaScriptCore \
     8         WebCore
     8         WebCore
     9 
     9 
    10 # If the source exists, built it
    10 # If the source exists, built it
    11 # :HACK: exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser
    11 exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser
    12 # :HACK: contains(QT_CONFIG, declarative) {
    12 contains(QT_CONFIG, declarative) {
    13 # :HACK:     exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative
    13     exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative
    14 # :HACK: }
    14 }
    15 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro
    15 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro
    16 # :HACK: exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
    16 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
    17 # :HACK: exists($$PWD/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
    17 exists($$PWD/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
    18 # :HACK: exists($$PWD/WebKitTools/DumpRenderTree/qt/ImageDiff.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro
    18 exists($$PWD/WebKitTools/DumpRenderTree/qt/ImageDiff.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/ImageDiff.pro
    19 
    19 
    20 !win32:!symbian {
    20 !win32:!symbian {
    21     exists($$PWD/WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
    21     exists($$PWD/WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro): SUBDIRS += WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
    22 }
    22 }
    23 
    23