mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
CMake: Fix header inclusion in autogenerated files
This commit is contained in:
parent
a22f921941
commit
c40da7a5dd
1 changed files with 5 additions and 3 deletions
|
@ -218,6 +218,8 @@ if (UNIX AND Qt5DBus_FOUND)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
target_include_directories(qbt_gui PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
target_link_libraries(qbt_gui
|
||||
PRIVATE
|
||||
qbt_base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue