summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/customviewstyle/CMakeLists.txt
blob: 4e9f7ca2102985b4514c4cb91451aacd22457424 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_library(widgets_customviewstyle_snippets OBJECT
    ../customstyle/customstyle.h
    ../customstyle/customstyle.cpp
    customviewstyle.cpp
)

target_link_libraries(widgets_customviewstyle_snippets PRIVATE
    Qt::Core
    Qt::Gui
    Qt::Widgets
)