mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Drop Qt 5 support
This commit is contained in:
@ -50,9 +50,7 @@ int main(int argc, char **argv)
|
||||
|
||||
QCoreApplication app(argc, argv);
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||
QImageReader::setAllocationLimit(0);
|
||||
#endif
|
||||
|
||||
app.setApplicationName("YACReaderLibrary");
|
||||
app.setOrganizationName("YACReader");
|
||||
|
||||
Reference in New Issue
Block a user