aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_static_qml_module/main.qml
blob: 29720ebae1744a7366748c1078786d9d47780af5 (plain)
1
2
3
4
5
6
7
import QtQuick
import MyUri

MyElement {
    id: el
    someProp: "My window title"
}