mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
20 lines
380 B
Prolog
20 lines
380 B
Prolog
QT += core gui widgets dbus x11extras
|
|
|
|
TARGET = dde-dock
|
|
TEMPLATE = app
|
|
CONFIG += c++11 link_pkgconfig
|
|
|
|
PKGCONFIG += xcb-ewmh
|
|
|
|
SOURCES += main.cpp \
|
|
window/mainwindow.cpp \
|
|
dbus/dbusdockentrymanager.cpp \
|
|
xcb/xcb_misc.cpp \
|
|
item/dockitem.cpp
|
|
|
|
HEADERS += \
|
|
window/mainwindow.h \
|
|
dbus/dbusdockentrymanager.h \
|
|
xcb/xcb_misc.h \
|
|
item/dockitem.h
|