src/3rdparty/webkit/WebKit.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
     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 exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser
    11 exists($$PWD/WebKitTools/QtTestBrowser): SUBDIRS += WebKitTools/QtTestBrowser
       
    12 contains(QT_CONFIG, declarative) {
       
    13     exists($$PWD/WebKit/qt/declarative): SUBDIRS += WebKit/qt/declarative
       
    14 }
    12 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro
    15 exists($$PWD/JavaScriptCore/jsc.pro): SUBDIRS += JavaScriptCore/jsc.pro
    13 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
    16 exists($$PWD/WebKit/qt/tests): SUBDIRS += WebKit/qt/tests
    14 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
    15 
    18 
    16 !win32:!symbian {
    19 !win32:!symbian {