Files
2020-12-10 20:33:03 +08:00

51 lines
1.1 KiB
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2020-03-16T09:30:00
#
#-------------------------------------------------
TEMPLATE = app
TARGET = ukui-settings-daemon
QT += core gui dbus
CONFIG += no_keywords link_prl link_pkgconfig c++11 debug
CONFIG -= app_bundle
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
include($$PWD/../common/common.pri)
INCLUDEPATH += \
-I /usr/include/mate-desktop-2.0/
PKGCONFIG += \
glib-2.0\
gio-2.0\
gobject-2.0\
gmodule-2.0
LIBS += \
-lmate-desktop-2
SOURCES += \
$$PWD/main.cpp\
$$PWD/plugin-info.cpp\
$$PWD/plugin-manager.cpp\
$$PWD/manager-interface.cpp
HEADERS += \
$$PWD/plugin-info.h\
$$PWD/plugin-manager.h\
$$PWD/manager-interface.h \
$$PWD/global.h
ukui_daemon.path = /usr/bin/
ukui_daemon.files = $$OUT_PWD/ukui-settings-daemon
zh_CN.path = /usr/share/ukui-settings-daemon/daemon/res/i18n/
zh_CN.files = $$PWD/res/i18n/zh_CN.qm
INSTALLS += ukui_daemon zh_CN
RESOURCES += \
$$PWD/res/zh_CN.qrc