From 34b9057f7ef8cc0b2030c452b86e64a395062f3c Mon Sep 17 00:00:00 2001 From: fourtf Date: Tue, 18 Apr 2017 01:05:59 +0200 Subject: [PATCH] fixed compiling --- chatterino.pro | 2 +- qt.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 qt.conf diff --git a/chatterino.pro b/chatterino.pro index 19b27d45..f6ba4c88 100644 --- a/chatterino.pro +++ b/chatterino.pro @@ -17,7 +17,7 @@ TARGET = chatterino TEMPLATE = app DEFINES += QT_DEPRECATED_WARNINGS -DEFINES += IRC_namespace =Communi +DEFINES += IRC_NAMESPACE=Communi # do not use windows min/max macros win32 { diff --git a/qt.conf b/qt.conf new file mode 100644 index 00000000..6ff699f3 --- /dev/null +++ b/qt.conf @@ -0,0 +1,4 @@ +[Platforms] +# 1 - for System DPI Aware +# 2 - for Per Monitor DPI Aware +WindowsArguments = dpiawareness=2 \ No newline at end of file