diff --git a/chatterino.pro b/chatterino.pro index 19b27d45e..f6ba4c88c 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 000000000..6ff699f3f --- /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