mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 19:57:45 +03:00
cmake: RSS target has to depend on qbt_base as it uses its includes
This commit is contained in:
parent
eff13cc9eb
commit
180ec7af4a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ rsssettingsdlg.ui
|
|||
)
|
||||
|
||||
add_library(qbt_rss STATIC ${QBT_RSS_HEADERS} ${QBT_RSS_SOURCE} ${QBT_RSS_FORMS})
|
||||
target_link_libraries(qbt_rss qbt_base)
|
||||
if (QT4_FOUND)
|
||||
target_link_libraries(qbt_rss Qt4::QtGui Qt4::QtNetwork)
|
||||
else (QT4_FOUND)
|
||||
|
|
Loading…
Reference in a new issue