diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-01 13:48:31 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-01 13:48:31 +0100 |
commit | 83d1f0c0c3a78101fbe174a02b17a950c496e635 (patch) | |
tree | ed3dba7c1a01e5916e1c146e69d7d86f7cd7e0d0 /src/lib/downloads/downloads.qbs | |
parent | UrlCompleter searches the bookmarks tree (folder href) (diff) | |
download | smolbote-83d1f0c0c3a78101fbe174a02b17a950c496e635.tar.xz |
Download items' width should no longer exceed the list width
Diffstat (limited to 'src/lib/downloads/downloads.qbs')
-rw-r--r-- | src/lib/downloads/downloads.qbs | 4 |
1 files changed, 3 insertions, 1 deletions
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", ] } } |