From 6e95fa5d09773127d367e75e044b1a865f4756e5 Mon Sep 17 00:00:00 2001 From: Bernd Wachter Date: Sat, 17 Nov 2012 10:04:13 +0200 Subject: [PATCH] Install ssu.h to allow 3rd party development --- .gitignore | 1 + libssu/libssu.pro | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83439ad..cdde22c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build/* doc/html doc/latex *.pro.user +*.list diff --git a/libssu/libssu.pro b/libssu/libssu.pro index e853e99..f7bb76b 100644 --- a/libssu/libssu.pro +++ b/libssu/libssu.pro @@ -9,8 +9,11 @@ QT -= gui QT += network xml MOBILITY += systeminfo +headers.files = ssu.h +headers.path = /usr/include + unix:target.path = $${PREFIX}/usr/lib -INSTALLS += target +INSTALLS += target headers ssuconfhack { DEFINES += SSUCONFHACK