diff options
Diffstat (limited to 'trinity-apps/soundkonverter/files')
| -rw-r--r-- | trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch b/trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch new file mode 100644 index 00000000..1deb1fec --- /dev/null +++ b/trinity-apps/soundkonverter/files/soundkonverter-14.1.5-Fix-build-with-tqt-in-a-nonstandard-location.patch @@ -0,0 +1,31 @@ +From 803b6cf6d90de24d42906246c60d81c5156574e0 Mon Sep 17 00:00:00 2001 +From: Alexander Golubev <fatzer2@gmail.com> +Date: Mon, 16 Mar 2026 02:05:43 +0300 +Subject: [PATCH] Fix build with tqt in a nonstandard location + +Otherwise the build were failing with: + + ld: cannot find -ltqt-mt: No such file or directory + +-ltqt-mt origins from DCOP-shared. + +Signed-off-by: Alexander Golubev <fatzer2@gmail.com> +--- + src/CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 8d4feb3..56707ef 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -10,6 +10,7 @@ include_directories( + ) + + link_directories( ++ ${TQT_LIBRARY_DIRS} + ${TDE_LIB_DIR} + ) + +-- +2.52.0 + |
