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

#####################################################################
## dials Binary:
#####################################################################

add_qt_executable(dials
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/touch/dials"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/touch/dials"
    SOURCES
        dials.ui
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)