qt6-bb10/examples/widgets/tools/echoplugin/plugin/CMakeLists.txt

11 lines
220 B
CMake

# special case begin
add_library(echoplugin MODULE
echoplugin.cpp echoplugin.h
)
target_include_directories(echoplugin PUBLIC ../echowindow)
target_link_libraries(echoplugin PUBLIC Qt::Widgets)
# special case end