summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/weatheranchorlayout/weatheranchorlayout.pro
blob: b6eb292a129acf388edb7f3ae584846d69b7daeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets

SOURCES += main.cpp
RESOURCES += weatheranchorlayout.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/weatheranchorlayout
sources.files = $$SOURCES $$HEADERS $$RESOURCES weatheranchorlayout.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/weatheranchorlayout
INSTALLS += target sources

simulator: warning(This example might not fully work on Simulator platform)