From 77460e797c950f6a2c742cc8604a58b5deb86616 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 11 Nov 2017 17:11:20 -0500 Subject: Fix header installation Header installation wasn't working due to a typo, fix it. Change-Id: Ie63fcfbf512a0de14e2bdb9f4f737f4cef335100 Signed-off-by: Scott Murray --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 54acf08..deb4737 100644 --- a/src/src.pro +++ b/src/src.pro @@ -21,7 +21,7 @@ HEADERS = qlibwindowmanager.h SOURCES = qlibwindowmanager.cpp headers.path = /usr/include -headers.file = qlibwindowmanager.h +headers.files = qlibwindowmanager.h target.path = /usr/lib -- cgit 1.2.3-korg