qt5base-lts/tests/auto/dbus/qdbusmarshall/qpong/CMakeLists.txt
Alexandru Croitor 3d1c6b76e7 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
2019-08-23 09:25:27 +00:00

14 lines
335 B
CMake

# Generated from qpong.pro.
#####################################################################
## qpong Binary:
#####################################################################
add_qt_executable(qpong
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/./"
SOURCES
qpong.cpp
PUBLIC_LIBRARIES
Qt::DBus
)