mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
11 lines
131 B
Plaintext
11 lines
131 B
Plaintext
HEADERS += \
|
|
$$PWD/pluginsiteminterface.h \
|
|
$$PWD/constants.h
|
|
|
|
INCLUDEPATH += $$PWD
|
|
|
|
isEmpty(PREFIX)
|
|
{
|
|
PREFIX = /usr
|
|
}
|