提交 2cc65024 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

继续修整编译问题

上级 d956bb84
......@@ -19,7 +19,9 @@ set(PRJ_SOURCES
add_executable(filter_fir
${PRJ_SOURCES}
)
target_link_libraries(filter_fir
Qt${QT_VERSION_MAJOR}::Core
${TBLinkExtra}
)
target_link_libraries(filter_fir Qt${QT_VERSION_MAJOR}::Core)
......@@ -19,7 +19,9 @@ set(PRJ_SOURCES
add_executable(mod_fm
${PRJ_SOURCES}
)
target_link_libraries(mod_fm
Qt${QT_VERSION_MAJOR}::Core
${TBLinkExtra}
)
target_link_libraries(mod_fm Qt${QT_VERSION_MAJOR}::Core)
......@@ -19,7 +19,9 @@ set(PRJ_SOURCES
add_executable(mod_fm_dem
${PRJ_SOURCES}
)
target_link_libraries(mod_fm_dem
Qt${QT_VERSION_MAJOR}::Core
${TBLinkExtra}
)
target_link_libraries(mod_fm_dem Qt${QT_VERSION_MAJOR}::Core)
......@@ -21,7 +21,9 @@ set(PRJ_SOURCES
add_executable(resample_pqfraction
${PRJ_SOURCES}
)
target_link_libraries(resample_pqfraction
Qt${QT_VERSION_MAJOR}::Core
${TBLinkExtra}
)
target_link_libraries(resample_pqfraction Qt${QT_VERSION_MAJOR}::Core)
......@@ -31,11 +31,11 @@ qt_add_executable(wrapper_stdio
${PRJ_HEADERS}
${PRJ_SOURCES}
${PRJ_FORMS}
${TBLinkExtra}
)
target_link_libraries(wrapper_stdio PRIVATE
Qt${QT_VERSION_MAJOR}::Widgets
${TBLinkExtra}
)
set_target_properties(wrapper_stdio PROPERTIES
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册