summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/echoplugin/plugin/CMakeLists.txt
blob: 78f5dcbe7055368f0e55a276a131c761f01a1666 (plain)
1
2
3
4
5
6
7
8
9
10
# 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