From f571a336e060d2bdaa5b987f9cdf47c02f56c7a4 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 21 Apr 2018 00:05:04 +0200 Subject: [PATCH] Add missing linker flag on linux --- chatterino.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chatterino.pro b/chatterino.pro index bd11290ac..679c6d80f 100644 --- a/chatterino.pro +++ b/chatterino.pro @@ -362,3 +362,7 @@ win32-msvc* { win32::exists(C:\fourtf) { DEFINES += "OHHEYITSFOURTF" } + +linux { + QMAKE_LFLAGS += -lrt +}