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

#####################################################################
## qmacnativewidget Binary:
#####################################################################

add_qt_executable(qmacnativewidget
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/mac/qmacnativewidget"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/mac/qmacnativewidget"
    SOURCES
        main.mm
    LIBRARIES
        Qt::Widgets
        ${FWAppKit}
)

#### Keys ignored in scope 1:.:qmacnativewidget.pro:<NONE>:
# TEMPLATE = "app"