From 83d1f0c0c3a78101fbe174a02b17a950c496e635 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 1 Jan 2018 13:48:31 +0100 Subject: Download items' width should no longer exceed the list width --- src/lib/downloads/downloads.qbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/downloads/downloads.qbs') diff --git a/src/lib/downloads/downloads.qbs b/src/lib/downloads/downloads.qbs index 3fce0f9..bdb18ad 100644 --- a/src/lib/downloads/downloads.qbs +++ b/src/lib/downloads/downloads.qbs @@ -7,7 +7,7 @@ Project { id: downloads name: "downloads" - cpp.includePaths: ['../..'] + cpp.includePaths: ['.', '../..'] Depends { name: "Qt" @@ -21,6 +21,8 @@ Project { "widgets/downloaditemform.ui", "widgets/downloaditemwidget.cpp", "widgets/downloaditemwidget.h", + "widgets/elidedlabel.cpp", + "widgets/elidedlabel.h", ] } } -- cgit v1.2.1