qt6-bb10/examples/widgets/layouts/dynamiclayouts/dynamiclayouts.pro

10 lines
187 B
Prolog

QT += widgets
HEADERS = dialog.h
SOURCES = dialog.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/dynamiclayouts
INSTALLS += target