Skip to content

Commit

Permalink
add import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Oriane Chagnon committed Oct 19, 2020
1 parent 39e4fe5 commit 40dc0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ int main(int argc, char *argv[])
QCoreApplication::exit(-1);
}, Qt::QueuedConnection);

engine.addImportPath("qrc:///");
qaterial::loadQmlResources();
qaterial::registerQmlTypes();

Expand Down

0 comments on commit 40dc0f5

Please sign in to comment.