summaryrefslogtreecommitdiff
path: root/Qeduport.qmlproject
blob: f5db7d8be4a4118314aaeb67a270d265b4335442 (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: "DefaultHomeFlickable.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"
}