mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
fixed setting QApplication version number for YACReaderLibrary
This commit is contained in:
@ -155,7 +155,7 @@ int main( int argc, char ** argv )
|
||||
|
||||
app.setApplicationName("YACReaderLibrary");
|
||||
app.setOrganizationName("YACReader");
|
||||
app.setApplicationName(VERSION);
|
||||
app.setApplicationVersion(VERSION);
|
||||
|
||||
app.setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
|
||||
|
Reference in New Issue
Block a user