3d1c6b76e7
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
14 lines
335 B
CMake
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
|
|
)
|