From 8c3e6633e3c901bc5a5cd477383421b0980dcd26 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 17 Apr 2023 23:43:59 +0100 Subject: [PATCH] Fix #278 There's no real reason to install the same headers twice, but at least now clients of the library can build again --- QXlsx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QXlsx/CMakeLists.txt b/QXlsx/CMakeLists.txt index 4fa7f7f1..074922a8 100644 --- a/QXlsx/CMakeLists.txt +++ b/QXlsx/CMakeLists.txt @@ -179,7 +179,7 @@ PRIVATE ${QXLSX_HEADERPATH} PUBLIC $ - $ + $ ) set_target_properties(QXlsx PROPERTIES oszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-22gnu: barectf: Update to 3.1.2....* gnu/packages/instrumentation.scm (barectf): Update to 3.1.2. [source]: Switch to GIT-FETCH. [build-system]: Change to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove version pins. Set CC before building. [native-inputs]: Add PYTHON-POETRY-CORE and PYTHON-PYTEST. Remove GCC-TOOLCHAIN, GNU-MAKE, PYTHON-PYYAML-5, and PYTHON-TOX. Move PYTHON-JINJA2, PYTHON-JSONSCHEMA, and PYTHON-TERMCOLOR ... [propagated-inputs]: ... here. Add PYTHON-PYYAML. Marius Bakke
2023-08-20gnu: lttng-ust: Update to 2.13.6....* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org> fanquake
2023-07-02gnu: babeltrace: Update to 2.0.5....* gnu/packages/instrumentation.scm (babeltrace): Update to 2.0.5. Tobias Geerinckx-Rice
2023-07-02gnu: uftrace: Use (ice-9 match)....* gnu/packages/instrumentation.scm (uftrace)[arguments]: Prefer MATCH over COND. Tobias Geerinckx-Rice
2023-07-02gnu: uftrace: Use G-expressions....* gnu/packages/instrumentation.scm (uftrace)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-06-24gnu: dyninst: Fix runtime error with new glibc....* gnu/packages/patches/dyninst-fix-glibc-compatibility.patch: New file. * gnu/packages/instrumentation.scm (dyninst)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Olivier Dion
2023-06-14gnu: Add systemtap...* gnu/packages/instrumentation.scm (systemtap): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2023-06-12gnu: lttng-modules: Update to 2.13.10....* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.10. Signed-off-by: Christopher Baines <mail@cbaines.net> Olivier Dion