aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/shell/CMakeLists.txt
blob: 2b3bdd478643383167e184ebf959a1191d6fa5e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated from shell.pro.

#####################################################################
## shell Binary:
#####################################################################

add_qt_executable(shell
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/qml/shell"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/qml/shell"
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Qml
)

## Scopes:
#####################################################################

#### Keys ignored in scope 2:.:.:shell.pro:WIN32:
# CONFIG = "console"

#### Keys ignored in scope 3:.:.:shell.pro:APPLE_OSX:
# CONFIG = "-app_bundle"