mirror of https://github.com/qt/qtbase.git
9 lines
320 B
Prolog
9 lines
320 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = toplevel childwidget windowlayout nestedlayouts
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/widgets
|
|
INSTALLS += target sources
|