summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-08-16 12:52:09 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-08-23 09:25:27 +0000
commit3d1c6b76e7d179e6c85d332baa1cc19c9dd13341 (patch)
tree235be5e9f6d2c2f789ea70e07548bc28757a9dfd /tests/auto/dbus
parentf96faa95aa8a7c57e2d87c9097179ed7968f1e00 (diff)
Regenerate tests that use helper processes
This is needed to make sure the output directory is in the correct place somewhere under tests, rather than in $prefix/bin. Change-Id: I98afa9c0a7517a8a10866b4c626bd4c4d2fd214f Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'tests/auto/dbus')
-rw-r--r--tests/auto/dbus/qdbusmarshall/qpong/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/dbus/qdbusmarshall/qpong/CMakeLists.txt b/tests/auto/dbus/qdbusmarshall/qpong/CMakeLists.txt
index 358bb235ed..be61e0d4b6 100644
--- a/tests/auto/dbus/qdbusmarshall/qpong/CMakeLists.txt
+++ b/tests/auto/dbus/qdbusmarshall/qpong/CMakeLists.txt
@@ -5,8 +5,9 @@
#####################################################################
add_qt_executable(qpong
+ OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/./"
SOURCES
qpong.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::DBus
)