summaryrefslogtreecommitdiffstats
path: root/nsplugins
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-27 13:12:50 +0900
committerMichele Calgaro <[email protected]>2024-12-27 18:34:11 +0900
commit3df12e580bf4a71991a80424b5375157f6bce3db (patch)
tree5cfb727555f3161a3829ce3e64e665806cc6d5ae /nsplugins
parentab81005c219c6a8c104fc49e27f068048f59f7b1 (diff)
downloadtdebase-3df12e580bf4a71991a80424b5375157f6bce3db.tar.gz
tdebase-3df12e580bf4a71991a80424b5375157f6bce3db.zip
Replace pthread and dl linking with cmake-based variables
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'nsplugins')
-rw-r--r--nsplugins/viewer/CMakeLists.txt2
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}
)