blob: 408f6ef9c0d280fa6abab7d62a88e2ede31c37b6 (
plain)
1
2
3
4
5
6
7
|
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/widgets/windowlayout
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windowlayout.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/widgets/windowlayout
INSTALLS += target sources
|