nestedlayouts.pro Example File
tutorials/widgets/nestedlayouts/nestedlayouts.pro
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/widgets/nestedlayouts
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS nestedlayouts.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/widgets/nestedlayouts
INSTALLS += target sources
[+] Documentation Feedback