blob: b9a196e188d647973af4b56d26257f60a1f00f80 [file] [log] [blame]
// This file exists for the sole purpose for qmlimportscanner to find
// which modules it needs to extract for deployment.
// Otherwise, it fails to find the imports that are expressed in C++
// code in tst_parserstress.cpp
import QtQuick 2.0
QtObject { } // This is needed in order to keep importscanner happy