summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-launcher_FileSystem__test.cpp
blob: c50df7e9594348cd8ae95d9bfd052882b1cdf88d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- launcher/FileSystem_test.cpp.orig	2021-09-08 22:27:46 UTC
+++ launcher/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");