10
0
forked from pool/qcustomplot
Files
qcustomplot/relwithdebug.patch
Atri Bhattacharya 084d8840bd Accepting request 1136834 from home:dimstar:Factory
- Re-download QCustomPlot-sharedlib.tar.gz based on the fixed
  download URL.
- Rebase relwithdebug.patch to apply against the new tarball (CRLF
  line endings).

OBS-URL: https://build.opensuse.org/request/show/1136834
OBS-URL: https://build.opensuse.org/package/show/science/qcustomplot?expand=0&rev=19
2024-01-04 15:00:57 +00:00

25 lines
942 B
Diff

From: Jan Engelhardt <jengelh@inai.de>
Date: 2018-12-11 03:21:32.396946319 +0100
Put the debug symbols in the libraries so we can have proper
debuginfo packages rather than having a separate debug version
of the libraries.
---
qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: qcustomplot/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro
===================================================================
--- qcustomplot.orig/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro
+++ qcustomplot/qcustomplot-sharedlib/sharedlib-compilation/sharedlib-compilation.pro
@@ -10,7 +10,7 @@ lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXX
DEFINES += QCUSTOMPLOT_COMPILE_LIBRARY
TEMPLATE = lib
-CONFIG += debug_and_release build_all
+CONFIG += release force_debug_info build_all
static {
CONFIG += static
} else {