mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-24 01:08:06 -06:00
Fix LineEdit widget size issues Up-scale the icons on statusbar Up-scale the icons in options dialog. Closes #7729. Fix small icons in cookie manager Fix progress bar height Fix small icons in confirm delete dialog Fix small icons in options dialog Fix small images in about dialog
11 lines
218 B
CMake
11 lines
218 B
CMake
set(QBT_LINEEDIT_SOURCES
|
|
src/lineedit.cpp
|
|
)
|
|
|
|
set(QBT_LINEEDIT_HEADERS
|
|
src/lineedit.h
|
|
)
|
|
|
|
add_library(qbt_lineedit STATIC ${QBT_LINEEDIT_SOURCES} ${QBT_LINEEDIT_HEADERS})
|
|
target_link_libraries(qbt_lineedit Qt5::Widgets)
|