mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
tbb library included in vcpkg
This commit is contained in:
@ -22,10 +22,6 @@ add_executable(Pdf4QtViewerProfi
|
||||
|
||||
target_link_libraries(Pdf4QtViewerProfi PRIVATE Pdf4QtLib Pdf4QtViewer Qt6::Core Qt6::Gui Qt6::Widgets)
|
||||
|
||||
if(LINUX_GCC)
|
||||
target_link_libraries(Pdf4QtViewerProfi PRIVATE tbb)
|
||||
endif()
|
||||
|
||||
set_target_properties(Pdf4QtViewerProfi PROPERTIES
|
||||
WIN32_EXECUTABLE ON
|
||||
MACOSX_BUNDLE ON
|
||||
|
Reference in New Issue
Block a user