mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Include resources into the dll
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user