qt5base-lts/examples/dbus/listnames/listnames.pro

9 lines
144 B
Prolog
Raw Normal View History

QT -= gui
QT += dbus
win32:CONFIG += console
SOURCES += listnames.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
INSTALLS += target