Add Font-Awesome

This commit is contained in:
dsc
2019-02-01 17:57:30 +01:00
parent c7f3deb5cc
commit 2c64769a51
7 changed files with 815 additions and 1 deletions

View File

@@ -234,6 +234,8 @@ int main(int argc, char *argv[])
OSHelper osHelper;
engine.rootContext()->setContextProperty("oshelper", &osHelper);
engine.addImportPath(":/fonts");
engine.rootContext()->setContextProperty("walletManager", WalletManager::instance());
engine.rootContext()->setContextProperty("translationManager", TranslationManager::instance());