summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/weatheranchorlayout/CMakeLists.txt
blob: 5a20bbdb2e56fb0e6b3ca010c2070387d12485ba (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
# Generated from weatheranchorlayout.pro.

#####################################################################
## weatheranchorlayout Binary:
#####################################################################

add_qt_executable(weatheranchorlayout
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/weatheranchorlayout"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/graphicsview/weatheranchorlayout"
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(weatheranchorlayout "weatheranchorlayout" FILES
    images/5days.jpg
    images/details.jpg
    images/place.jpg
    images/tabbar.jpg
    images/title.jpg
    images/weather-few-clouds.png)