summarylogtreecommitdiffstats
path: root/0001-disable-version-check.patch
blob: ecfc00dbeab2c59f2e46a2f03dca994e30cd5350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 91dd65091b366be551717b93cdd1065b19d473ba Mon Sep 17 00:00:00 2001
From: Waffle <waffle.lapkin@gmail.com>
Date: Sun, 26 Apr 2020 17:58:23 +0300
Subject: [PATCH] disable version check

---
 src/AniLibria.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/AniLibria.pro b/src/AniLibria.pro
index 9182baa..42ed62a 100644
--- a/src/AniLibria.pro
+++ b/src/AniLibria.pro
@@ -12,7 +12,7 @@ windows {
 DEFINES += QT_DEPRECATED_WARNINGS
 
 # If you need not check version remove or comment this line
-DEFINES += USE_VERSION_CHECK
+#DEFINES += USE_VERSION_CHECK
 
 # You can also make your code fail to compile if it uses deprecated APIs.
 # In order to do so, uncomment the following line.
-- 
2.26.2