summaryrefslogtreecommitdiff
path: root/Qeduport.qmlproject
blob: af822e76b52be6130e9a3eb69530136f85e71c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import QmlProject 1.1

Project {
	mainFile: "DefaultHome.ui.qml"

	QmlFiles {
		directory: "."
	}

	ImageFiles {
		directory: "Font-Awesome"
	}

	ImageFiles {
		directory: "Bootstrap"
	}

	Files {
		filter: "*.ttf"
	}

	qdsVersion: "3.9"
	quickVersion: "2.15"
	multilanguageSupport: true
	supportedLanguages: ["en", "id"]
	primaryLanguage: "en"
}