blob: 3df4a63b209c2f78a1b1a33b0c3d1f13ef819fe4 [file] [log] [blame]
QT += widgets
requires(qtConfig(combobox))
HEADERS = dialog.h
SOURCES = dialog.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/layouts/basiclayouts
INSTALLS += target