blob: 38bf8d6d8ed95f36ef079cb2ca1669baa3e13439 [file] [log] [blame]
QT += widgets
requires(qtConfig(combobox))
HEADERS = widgetgallery.h
SOURCES = main.cpp \
widgetgallery.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/gallery
INSTALLS += target