From bcd92c0604dc9291e9fbfa55a5ee0354d27271f6 Mon Sep 17 00:00:00 2001 From: Colin Lord Date: Sun, 12 Aug 2018 01:33:36 -0500 Subject: Enable compilation on FreeBSD (#403) --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d5651ff9..b71aa627 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -103,7 +103,7 @@ main(int argc, char *argv[]) return 0; } -#if defined(Q_OS_LINUX) || defined(Q_OS_WIN) +#if defined(Q_OS_LINUX) || defined(Q_OS_WIN) || defined(Q_OS_FREEBSD) if (qgetenv("QT_SCALE_FACTOR").size() == 0) { float factor = utils::scaleFactor(); -- cgit 1.4.1