aboutsummaryrefslogtreecommitdiff
path: root/src/lib/downloads/downloads.qbs
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-01-01 13:48:31 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-01-01 13:48:31 +0100
commit83d1f0c0c3a78101fbe174a02b17a950c496e635 (patch)
treeed3dba7c1a01e5916e1c146e69d7d86f7cd7e0d0 /src/lib/downloads/downloads.qbs
parentUrlCompleter searches the bookmarks tree (folder href) (diff)
downloadsmolbote-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.qbs4
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",
]
}
}