Include resources into the dll

This commit is contained in:
Jakub Melka
2020-11-07 17:44:03 +01:00
parent f98e4ebdc5
commit 5ed72d5b44
3 changed files with 3 additions and 18 deletions

View File

@ -38,8 +38,6 @@ int main(int argc, char *argv[])
parser.addPositionalArgument("file", "The PDF file to open.");
parser.process(application);
QResource::registerResource(QString("cmaps.qrb"));
pdfviewer::PDFViewerMainWindow mainWindow;
mainWindow.show();