diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-11-11 17:11:20 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-11-11 17:11:20 -0500 |
commit | 77460e797c950f6a2c742cc8604a58b5deb86616 (patch) | |
tree | d82859e383d45428222acdbbe1ed0b3d4c393d93 /src/src.pro | |
parent | e1f7947894930eb2ed2ea2f7befea9022506be96 (diff) |
Fix header installationflounder_5.99.1flounder/5.99.1eel_4.99.3eel/4.99.35.99.14.99.3
Header installation wasn't working due to a typo, fix it.
Change-Id: Ie63fcfbf512a0de14e2bdb9f4f737f4cef335100
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'src/src.pro')
-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 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 |