weatheranchorlayout.pro Example File

graphicsview/weatheranchorlayout/weatheranchorlayout.pro
 QT += widgets

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

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/weatheranchorlayout
 INSTALLS += target