webengine/osswebengine/WebKit.pro
changeset 5 10e98eab6f85
parent 1 7c90e6132015
child 6 e965153d51e7
child 10 a359256acfc6
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
     1 TEMPLATE = subdirs
       
     2 CONFIG += ordered
       
     3 !gtk-port:CONFIG += qt-port
       
     4 qt-port:!win32-*:SUBDIRS += WebKit/qt/Plugins
       
     5 SUBDIRS += \
       
     6         JavaScriptCore/pcre/dftables.pro \
       
     7         WebCore \
       
     8         JavaScriptCore/kjs/testkjs.pro
       
     9 
       
    10 qt-port {
       
    11     SUBDIRS += WebKit/qt/QtLauncher
       
    12 
       
    13     !win32-*: SUBDIRS += WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
       
    14 }
       
    15 
       
    16 gtk-port:SUBDIRS += \
       
    17         WebKitTools/GtkLauncher