summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusmarshall/qpong/CMakeLists.txt
blob: e53c11aabe5442d3fda99bf99e7fdfcc4cfc9e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from qpong.pro.

#####################################################################
## qpong Binary:
#####################################################################

add_qt_executable(qpong
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        qpong.cpp
    PUBLIC_LIBRARIES
        Qt::DBus
)