summaryrefslogtreecommitdiffstats
path: root/examples/dbus/complexpingpong/CMakeLists.txt
blob: cccb9584af6cd907cf692b925f946750edbb919c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from complexpong.pro.

#####################################################################
## complexpong Binary:
#####################################################################

add_qt_executable(complexpong
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/dbus/complexpingpong"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/dbus/complexpingpong"
    SOURCES
        complexpong.cpp complexpong.h
    LIBRARIES
        # Remove: gui
        Qt::DBus
)