File: 02-make-reproducible.patch

package info (click to toggle)
qtpass 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,224 kB
  • sloc: cpp: 5,834; xml: 44; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Philip Rinn <rinni@inventati.org>
Description: Make build reproducible
Forwarded: not-needed
Last-update: 2019-10-11
--- a/main/main.pro
+++ b/main/main.pro
@@ -17,6 +17,8 @@
 
 SOURCES   += main.cpp
 
+QMAKE_RESOURCE_FLAGS += --format-version 1
+
 isEmpty(PREFIX) {
  PREFIX = $$(PREFIX)
 }