summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2026-02-25 14:45:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2026-02-25 14:45:34 +0100
commit298cd5083af048a6d69224bfb2263185b870c003 (patch)
tree1a3b6ef74049c617f408439d3b86c94da8f1d51a /src
parent65da4c717517fdb2066a7887f64b63fd9e4d3bd1 (diff)
downloaddbus-1-tqt-master.tar.gz
dbus-1-tqt-master.zip
Use the default TDESetupPaths instead of custom settings.HEADmaster
This will ensure installation according to default multi-arch location used by the distribution. See TDE/tde-cmake#140. For INCLUDE_INSTALL_DIR, it is kept intact with the default value, with the installation being targeted to a subfolder. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c09379a..19173f0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -23,13 +23,14 @@ link_directories(
##### install headers ###########################
-install( FILES
+tde_process_includes(
tqdbuserror.h tqdbusmessage.h tqdbusconnection.h
tqdbusvariant.h tqdbusobject.h tqdbusproxy.h
tqdbusmacros.h tqdbusdata.h tqdbusdatalist.h
tqdbusdatamap.h tqdbusobjectpath.h tqdbusunixfd.h
tqdbusdataconverter.h
- DESTINATION ${INCLUDE_INSTALL_DIR} )
+ DESTINATION ${CMAKE_PROJECT_NAME}
+)
##### dbus-1-tqt (shared) #########################