mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed compiling
This commit is contained in:
parent
99524027d0
commit
34b9057f7e
2 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,7 @@ TARGET = chatterino
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
DEFINES += QT_DEPRECATED_WARNINGS
|
DEFINES += QT_DEPRECATED_WARNINGS
|
||||||
DEFINES += IRC_namespace =Communi
|
DEFINES += IRC_NAMESPACE=Communi
|
||||||
|
|
||||||
# do not use windows min/max macros
|
# do not use windows min/max macros
|
||||||
win32 {
|
win32 {
|
||||||
|
|
4
qt.conf
Normal file
4
qt.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[Platforms]
|
||||||
|
# 1 - for System DPI Aware
|
||||||
|
# 2 - for Per Monitor DPI Aware
|
||||||
|
WindowsArguments = dpiawareness=2
|
Loading…
Reference in a new issue