summaryrefslogtreecommitdiffstats
path: root/examples/dbus/listnames/listnames.pro
blob: f1ebe1dee8ed31f15beb6af181e26d68cb9e9840 (plain)
1
2
3
4
5
6
7
8
9
10
QT -= gui
QT += dbus
win32:CONFIG += console

SOURCES += listnames.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
INSTALLS += target

simulator: warning(This example does not work on Simulator platform)