summaryrefslogtreecommitdiff
path: root/Eduport.pro
blob: 838b99866668906f8ae5e712fb316369b297a772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = aux

import.files = \
	imports/$$TARGET/qmldir \
	imports/$$TARGET/$${TARGET}.qml \
	imports/$$TARGET/Heebo-Bold.ttf \
	imports/$$TARGET/Heebo-Medium.ttf \
	imports/$$TARGET/Heebo-Regular.ttf \
	imports/$$TARGET/Heebo.txt
ios|wasm: import.files += \
	imports/$$TARGET/Roboto-Regular.ttf \
	imports/$$TARGET/Roboto-Medium.ttf \
	imports/$$TARGET/Roboto-Bold.ttf \
	imports/$$TARGET/Roboto.txt
import.path = $$[QT_INSTALL_QML]/$$TARGET

INSTALLS += import