diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-02-25 14:45:34 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-02-25 14:45:34 +0100 |
| commit | 298cd5083af048a6d69224bfb2263185b870c003 (patch) | |
| tree | 1a3b6ef74049c617f408439d3b86c94da8f1d51a /src | |
| parent | 65da4c717517fdb2066a7887f64b63fd9e4d3bd1 (diff) | |
| download | dbus-1-tqt-master.tar.gz dbus-1-tqt-master.zip | |
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.txt | 5 |
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) ######################### |
