summaryrefslogtreecommitdiffstats
path: root/weather-qml/Weather.qmlproject
blob: 3923c0e1cc9dd7a39506054956680a0b94954fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// File generated by QtCreator

import QmlProject 1.0

Project {
    // Scan current directory and subdirectories for .qml, .js, and image files
    QmlFiles {
        directory: "."
        recursive: true
    }
    JavaScriptFiles {
        directory: "."
        recursive: true
    }
    ImageFiles {
        directory: "."
        recursive: true
    }
}