diff --git a/resources/binaries b/resources/binaries index 8cfd61f5f..33d704f78 160000 --- a/resources/binaries +++ b/resources/binaries @@ -1 +1 @@ -Subproject commit 8cfd61f5f70aaf1c1bfef064f18921d10b0ded4b +Subproject commit 33d704f78bdab434c42466e3eb4c521a62ee0427 diff --git a/resources/macosx/Info.plist.in b/resources/macosx/Info.plist.in index 048fd667c..702d901f4 100755 --- a/resources/macosx/Info.plist.in +++ b/resources/macosx/Info.plist.in @@ -2,7 +2,10 @@ - + NSPrincipalClass + NSApplication + NSHighResolutionCapable + True CFBundleDevelopmentRegion English CFBundleExecutable @@ -22,7 +25,7 @@ CFBundleShortVersionString @SHORT_VERSION@ CFBundleSignature - @TYPEINFO@ + @TYPEINFO@ CFBundleVersion 1.0.0 CSResourcesFileMapped diff --git a/src/main.cpp b/src/main.cpp index c4e30056a..0fa01cc95 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -78,6 +78,9 @@ int main(int argc, char *argv[]) { application.setFeedReader(new FeedReader(&application)); + QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); + QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); + // Register needed metatypes. qRegisterMetaType >("QList"); qRegisterMetaType >("QList");