• Pasi Keranen's avatar
    Moving to V4VM TypedArrays in Qt 5.5 dev. · 2ef3a781
    Pasi Keranen authored
    
    This commit breaks compatibility with Qt 5.4 and earlier versions. It removes the
    temporary QObject based TypedArrays and moves the code to use the native
    QV4::TypedArray support in Qt 5.5. This allows the implementation now to also
    add support for compressed textures and support all getParameter() values.
    
    Change-Id: I637083e8ebad46b77617ca4095cefaa5aab48b0b
    Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
    2ef3a781
sync.profile 557 bytes
%modules = ( # path to module name map
    "QtCanvas3D" => "$basedir/src",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
#   - A specific Git revision.
#   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
%dependencies = (
    "qtbase" => "",
    "qtdeclarative" => "",