summaryrefslogtreecommitdiff
path: root/src/qdbus/qdbus/CMakeLists.txt
blob: 0ab4c32f9cb822adddfbef3d63f06ad79c5ff008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from qdbus.pro.

#####################################################################
## qdbus Binary:
#####################################################################

qt_add_executable(qdbus
    GUI
    SOURCES
        qdbus.cpp
    PUBLIC_LIBRARIES
        Qt::DBusPrivate
        Qt::Xml
)

## Scopes:
#####################################################################