summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusabstractinterface/qpinger/CMakeLists.txt
blob: 59e69c877bedc01c393ce21344ddf363ea64d1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qpinger.pro.

#####################################################################
## qpinger Binary:
#####################################################################

add_qt_executable(qpinger
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        ../interface.cpp ../interface.h
        qpinger.cpp
    LIBRARIES
        Qt::Core
        Qt::DBus
)