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