diff options
Diffstat (limited to 'Eduport.pro')
-rw-r--r-- | Eduport.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Eduport.pro b/Eduport.pro new file mode 100644 index 0000000..838b998 --- /dev/null +++ b/Eduport.pro @@ -0,0 +1,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 |