mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
HEADERS += \
|
|
$$PWD/dbasedialog.h \
|
|
$$PWD/cleartrashdialog.h \
|
|
$$PWD/confirmuninstalldialog.h \
|
|
$$PWD/dmovabledialog.h
|
|
|
|
SOURCES += \
|
|
$$PWD/dbasedialog.cpp \
|
|
$$PWD/cleartrashdialog.cpp \
|
|
$$PWD/confirmuninstalldialog.cpp \
|
|
$$PWD/dmovabledialog.cpp
|