File: add-missing-defines-in-test.patch

package info (click to toggle)
riseup-vpn 0.25.8%2Bds3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,412 kB
  • sloc: sh: 1,988; python: 1,263; cpp: 882; asm: 641; makefile: 623; javascript: 266; ansic: 61; xml: 31
file content (15 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Add DEFINE and QT for concurrent in tests
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: https://0xacab.org/leap/bitmask-vpn/-/issues/948
Last-Update: 2025-09-01
--- a/test.pro
+++ b/test.pro
@@ -1,6 +1,8 @@
 TEMPLATE = app
 TARGET = test_ui
 CONFIG += warn_on qmltestcase
+DEFINES += QT_CONCURRENT_LIB
+QT += concurrent
 
 SOURCES += \
     tests/test_ui.cpp \