qt5base-lts/tests/manual/qgraphicslayout/weatheranchorlayout/weatheranchorlayout.pro
Jan Arve Sæther a84b2e5973 Move Weather Anchor Layout example to manual tests
Pick-to: 6.5
Change-Id: I8782a83b5c12b4f57bf9ef9063818cb124bddd56
Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
2023-03-02 05:55:57 +01:00

9 lines
181 B
Prolog

QT += widgets
SOURCES += main.cpp
RESOURCES += weatheranchorlayout.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/weatheranchorlayout
INSTALLS += target