diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-07-24 17:42:35 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-07-24 17:44:32 +0900 |
commit | 48dabd70e638a5b95024e53a11deac851a1afcde (patch) | |
tree | 789d28c5760b2520f57c6eb7562e3dc3f0889e2e | |
parent | 313cd53946a456163108c4f6f1582e442ebc4022 (diff) |
Change library name to qthomescreen without wrapper
Use qthomescreen as library name instead of qtHomeScreenWrapper.
Change-Id: Iec1f1a732bf0674fd9e25f59e45edd3811ab356a
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
-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 de00702..b3c8675 100644 --- a/src/src.pro +++ b/src/src.pro @@ -15,7 +15,7 @@ TEMPLATE = lib VERSION = 0.1.0 -TARGET = qtHomeScreenWrapper +TARGET = qthomescreen HEADERS = qlibhomescreen.h SOURCES = qlibhomescreen.cpp |