File: remove-deprecated-qbs-features.patch

package info (click to toggle)
qmath3d 0~1.0-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 268 kB
  • sloc: cpp: 1,156; makefile: 50
file content (13 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: qmath3d-1.0/QMath3d.qbs
===================================================================
--- qmath3d-1.0.orig/QMath3d.qbs
+++ qmath3d-1.0/QMath3d.qbs
@@ -48,8 +48,6 @@ DynamicLibrary {
         "."
     ]
 
-    cpp.installNamePrefix: "@rpath"
-
     Properties {
         condition: qbs.targetOS.contains("windows")
         cpp.defines: ["Q_MATH_3D"]