• John Koleszar's avatar
    install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/ · b7492341
    John Koleszar authored
    This renames the vpx_codec/ directory to vpx/, to allow applications
    to more consistently reference these includes with the vpx/ prefix.
    This allows the includes to be installed in /usr/local/include/vpx
    rather than polluting the system includes directory with an
    excessive number of includes.
    
    Change-Id: I7b0652a20543d93f38f421c60b0bbccde4d61b4f
    b7492341
src.pro 1.09 KiB
TEMPLATE = subdirs
isPlatformSupported() {
    process.depends = core
    webengine.depends = core
    webenginewidgets.depends = core webengine
    webengine_plugin.subdir = webengine/plugin
    webengine_plugin.target = sub-webengine-plugin
    webengine_plugin.depends = webengine
    webengine_experimental_plugin.subdir = webengine/plugin/experimental
    webengine_experimental_plugin.target = sub-webengine-experimental-plugin
    webengine_experimental_plugin.depends = webengine
    SUBDIRS += core \
               process \
               webengine \
               webengine_plugin \
               webengine_experimental_plugin
    # FIXME: We probably want a bit more control over config options to tweak what to build/ship or not.
    # Another example of where this could be necessary is to make it easy to build proprietery codecs support.
    !contains(WEBENGINE_CONFIG, no_ui_delegates): SUBDIRS += webengine/ui
    qtHaveModule(widgets) {
        SUBDIRS += webenginewidgets
} else {
    warning("QtWebEngine is not maintained for this platform/configuration and is therefore disabled.")