import QtQuick 2.0 Item { property list objs: [ QtObject {} ] NumberAnimation on objs { // Note: poor example but it should error anyway } }