From 543d4f3bbe4b2dc99a33d000425a5a83718c7135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Wed, 13 Jan 2016 19:19:09 +0100 Subject: [PATCH] fixed setting QApplication version number for YACReaderLibrary --- YACReaderLibrary/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/main.cpp b/YACReaderLibrary/main.cpp index 2d8e50f8..db3c629f 100644 --- a/YACReaderLibrary/main.cpp +++ b/YACReaderLibrary/main.cpp @@ -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);