From f3155440b524df9f56bbc6992e6f7c6f4af0bfe2 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 13 Jul 2018 16:39:17 +0900 Subject: Fix the name of library Use qthomescreen. 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