mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add missing linker flag on linux
This commit is contained in:
parent
98c0b2b0f0
commit
f571a336e0
1 changed files with 4 additions and 0 deletions
|
@ -362,3 +362,7 @@ win32-msvc* {
|
||||||
win32::exists(C:\fourtf) {
|
win32::exists(C:\fourtf) {
|
||||||
DEFINES += "OHHEYITSFOURTF"
|
DEFINES += "OHHEYITSFOURTF"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
linux {
|
||||||
|
QMAKE_LFLAGS += -lrt
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue