summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-api_logic_FileSystem__test.cpp
blob: ad6a41b22b57b002e9de15b8a8437ec9ec792dcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- api/logic/FileSystem_test.cpp.orig	2019-03-07 17:32:17 UTC
+++ api/logic/FileSystem_test.cpp
@@ -119,7 +119,7 @@ slots:
 
 // this is only valid on linux
 // FIXME: implement on windows, OSX, then test.
-#if defined(Q_OS_LINUX)
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
     void test_createShortcut_data()
     {
         QTest::addColumn<QString>("location");