From 8e55c3740ec7576ba08692572b28719404c77f66 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 13 Nov 2017 15:01:12 +0900 Subject: Fix the installation error Fix the installation error due to typo Change-Id: I7771d635f5967fdd77dcb9c2c78d1407e169305c Signed-off-by: Kazumasa Mitsunari --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index 1523379..de00702 100644 --- a/src/src.pro +++ b/src/src.pro @@ -21,7 +21,7 @@ HEADERS = qlibhomescreen.h SOURCES = qlibhomescreen.cpp headers.path = /usr/include -headers.file = qlibhomescreen.h +headers.files = qlibhomescreen.h target.path = /usr/lib -- cgit 1.2.3-korg