summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/mainwindow/CMakeLists.txt
blob: df1d9b635566adc52d00274e034a8b80cd819a0a (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
25
26
27
28
29
30
31
32
33
34
35
# Generated from mainwindow.pro.

#####################################################################
## mainwindow Binary:
#####################################################################

add_qt_executable(mainwindow
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/mainwindows/mainwindow"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/mainwindows/mainwindow"
    SOURCES
        colorswatch.cpp colorswatch.h
        main.cpp
        mainwindow.cpp mainwindow.h
        toolbar.cpp toolbar.h
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(mainwindow "mainwindow" PREFIX "/res" FILES
    qt.png
    titlebarCenter.png
    titlebarLeft.png
    titlebarRight.png)


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

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

#### Keys ignored in scope 2:.:mainwindow.pro:build_all AND NOT build_pass:
# CONFIG = "-build_all" "release"