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

SOURCES += listnames.cpp

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