summaryrefslogtreecommitdiff
path: root/Qeduport.qmlproject
blob: 1139ccda4a68081887720b83876d6a3608ac81dc (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
28
29
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"

    mainUiFile: "OrderSummary.ui.qml"
}