mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 00:15:21 +00:00
27 lines
567 B
Prolog
27 lines
567 B
Prolog
|
|
include(../../interfaces/interfaces.pri)
|
|
|
|
QT += widgets svg dbus
|
|
TEMPLATE = lib
|
|
CONFIG += plugin c++11 link_pkgconfig
|
|
PKGCONFIG +=
|
|
|
|
TARGET = $$qtLibraryTarget(disk-mount)
|
|
DESTDIR = $$_PRO_FILE_PWD_/../
|
|
DISTFILES += disk-mount.json
|
|
|
|
HEADERS += \
|
|
diskmountplugin.h \
|
|
dbus/dbusdiskmount.h \
|
|
dbus/variant/diskinfo.h
|
|
|
|
SOURCES += \
|
|
diskmountplugin.cpp \
|
|
dbus/dbusdiskmount.cpp \
|
|
dbus/variant/diskinfo.cpp
|
|
|
|
target.path = $${PREFIX}/lib/dde-dock/plugins/
|
|
INSTALLS += target
|
|
|
|
RESOURCES += \
|