summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-07-26 19:37:27 +0300
committerMavridis Philippe <mavridisf@gmail.com>2024-07-26 19:37:27 +0300
commita74979eff791cc86b90f5e418bae046b249e01e1 (patch)
tree61ad07c21cdea6ac7028bd108e6bde42f793de37 /src/CMakeLists.txt
parent39160735cee72c3e5a3e8d672fd9f6cd39278c53 (diff)
downloaddbus-1-tqt-feat/dispatcher-thread.tar.gz
dbus-1-tqt-feat/dispatcher-thread.zip
Add dispatcher thread implementation.feat/dispatcher-thread
This should fix the endless dispatcher loop which throttled CPU usage to 100%. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c09379a..c2ca29d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -37,9 +37,9 @@ install( FILES
tde_add_library( dbus-1-tqt SHARED AUTOMOC
SOURCES ${dbus_tqt_MOCS}
tqdbusconnection.cpp tqdbuserror.cpp tqdbusintegrator.cpp
- tqdbusmarshall.cpp tqdbusmessage.cpp tqdbusserver.cpp
- tqdbusproxy.cpp tqdbusdata.cpp tqdbusdatalist.cpp
- tqdbusobjectpath.cpp tqdbusunixfd.cpp
+ tqdbusdispatcher.cpp tqdbusmarshall.cpp tqdbusmessage.cpp
+ tqdbusserver.cpp tqdbusproxy.cpp tqdbusdata.cpp
+ tqdbusdatalist.cpp tqdbusobjectpath.cpp tqdbusunixfd.cpp
tqdbusdataconverter.cpp
VERSION 0.0.0
LINK ${TQT_LIBRARIES} ${DBUS_LIBRARIES}