diff options
author | Michele Calgaro <[email protected]> | 2024-12-27 13:12:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-27 20:14:48 +0900 |
commit | 9bd69e36df9978949a50c775c9855c6f7bed8f7c (patch) | |
tree | 04624f99561c68383359f2709538c932a5a19e32 /nsplugins | |
parent | 0fe16128497a13e344932b3f507989261f308635 (diff) | |
download | tdebase-9bd69e36df9978949a50c775c9855c6f7bed8f7c.tar.gz tdebase-9bd69e36df9978949a50c775c9855c6f7bed8f7c.zip |
Replace pthread and dl linking with cmake-based variables
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3df12e580bf4a71991a80424b5375157f6bce3db)
Diffstat (limited to 'nsplugins')
-rw-r--r-- | nsplugins/viewer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsplugins/viewer/CMakeLists.txt b/nsplugins/viewer/CMakeLists.txt index 08a3778d7..48a71ed80 100644 --- a/nsplugins/viewer/CMakeLists.txt +++ b/nsplugins/viewer/CMakeLists.txt @@ -31,6 +31,6 @@ tde_add_executable( nspluginviewer AUTOMOC ../NSPluginCallbackIface.stub NSPluginClassIface.skel nsplugin.cpp viewer.cpp qxteventloop.cpp glibevents.cpp - LINK tdeparts-shared tdeio-shared ${GLIB2_LIBRARIES} Xt ${DL_LIBRARIES} + LINK tdeparts-shared tdeio-shared ${GLIB2_LIBRARIES} Xt ${CMAKE_DL_LIBS} DESTINATION ${BIN_INSTALL_DIR} ) |