diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-11-13 15:01:12 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-11-13 06:04:13 +0000 |
commit | 8e55c3740ec7576ba08692572b28719404c77f66 (patch) | |
tree | e7e4bcbe17f3b9f94bf1387950d34c9cb59621cb | |
parent | e3a30cd17ab055ed495d81a7f65314a6cc688493 (diff) |
Fix the installation erroreel_4.99.3eel/4.99.34.99.3
Fix the installation error due to typo
Change-Id: I7771d635f5967fdd77dcb9c2c78d1407e169305c
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | src/src.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |