ukui-search/ukuisearch-systemdbus/ukuisearch-systemdbus.pro

33 lines
626 B
Prolog
Raw Permalink Normal View History

2021-01-06 08:32:17 +08:00
QT += core dbus
QT -= gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
VERSION = 0.0.1
TARGET = ukui-search-systemdbus
2021-01-06 08:32:17 +08:00
TEMPLATE = app
CONFIG += console c++11 link_pkgconfig
CONFIG -= app_bundle
DESTDIR = .
INCLUDEPATH += .
inst1.files += conf/com.ukui.search.qt.systemdbus.service
inst1.path = /usr/share/dbus-1/system-services/
inst2.files += conf/com.ukui.search.qt.systemdbus.conf
inst2.path = /etc/dbus-1/system.d/
target.source += $$TARGET
target.path = /usr/bin
INSTALLS += \
target \
inst1 \
2021-08-19 10:45:51 +08:00
inst2
2021-01-06 08:32:17 +08:00
HEADERS += \
sysdbusregister.h
SOURCES += \
main.cpp \
sysdbusregister.cpp