summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusinterface/qmyserver
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 11:51:47 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-02-11 11:07:38 +0000
commit3e784f2be02ca868999597647ea9f6c2f1c36193 (patch)
treeec111c9cd39f17308230b5b5a85d0308b9690269 /tests/auto/dbus/qdbusinterface/qmyserver
parent99e14037e2438a95c6ee332e76583bc9b91c19bc (diff)
cmake: we need two different qmyserver names
All the binaries now end up in bin/ and since the two qmyservers used for testing dbus have slightly different implementations we need both, so rename one to qmyserver_qdbusinterface Change-Id: I1db1aa8f96f35c6ca41254295e2477c35f915850 Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
Diffstat (limited to 'tests/auto/dbus/qdbusinterface/qmyserver')
-rw-r--r--tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt b/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt
index bbbe1e8633..81427017bd 100644
--- a/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt
+++ b/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt
@@ -15,5 +15,3 @@ add_qt_executable(qmyserver_qdbusinterface
Qt::Core
Qt::DBus
)
-
-set_target_properties(qmyserver_qdbusinterface PROPERTIES OUTPUT_NAME qmyserver)