summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/knobs/CMakeLists.txt
blob: e8976db270bfaba2035c03dd6c099cb72f4d056b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from knobs.pro.

#####################################################################
## knobs Binary:
#####################################################################

add_qt_executable(knobs
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/touch/knobs"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/touch/knobs"
    SOURCES
        knob.cpp knob.h
        main.cpp
    LIBRARIES
        Qt::Widgets
)