mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
fixed setting QApplication version number for YACReaderLibrary
This commit is contained in:
parent
7ade7e677a
commit
543d4f3bbe
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user