Export plugin header to /usr/include/dock

This commit is contained in:
杨万青 2015-07-13 10:19:09 +08:00
parent 384675b424
commit 3a6a2b7344

View File

@ -77,3 +77,11 @@ RESOURCES += \
PKGCONFIG += gtk+-2.0 x11 cairo
CONFIG += c++11 link_pkgconfig
target.path = /usr/bin/
headers.files += src/dockconstants.h \
src/dockplugininterface.h
headers.path = /usr/include/dock
INSTALLS += target headers