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

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

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

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