summaryrefslogtreecommitdiffstats
path: root/games/multimc/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/multimc/files/patch-CMakeLists.txt')
-rw-r--r--games/multimc/files/patch-CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/multimc/files/patch-CMakeLists.txt b/games/multimc/files/patch-CMakeLists.txt
deleted file mode 100644
index 4769c4d..0000000
--- a/games/multimc/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
---- CMakeLists.txt.orig 2019-07-13 18:18:48 UTC
-+++ CMakeLists.txt
-@@ -38,6 +38,9 @@ if(UNIX AND APPLE)
- endif()
- set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Werror=return-type")
-
-+# Fix build with Qt 5.13
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
-+
- ##################################### Set Application options #####################################
-
- ######## Set URLs ########