From 48dabd70e638a5b95024e53a11deac851a1afcde Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 24 Jul 2018 17:42:35 +0900 Subject: Change library name to qthomescreen without wrapper Use qthomescreen as library name instead of qtHomeScreenWrapper. Change-Id: Iec1f1a732bf0674fd9e25f59e45edd3811ab356a Signed-off-by: zheng_wenlong --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg