mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Tool for fetching text (basics)
This commit is contained in:
@ -27,6 +27,8 @@ int main(int argc, char *argv[])
|
||||
QCoreApplication::setApplicationName("PdfTool");
|
||||
QCoreApplication::setApplicationVersion("1.0.0");
|
||||
|
||||
QResource::registerResource(QString("cmaps.qrb"));
|
||||
|
||||
QStringList arguments = QCoreApplication::arguments();
|
||||
|
||||
QCommandLineParser parser;
|
||||
|
Reference in New Issue
Block a user