summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gallery/gallery.pro
blob: 38bf8d6d8ed95f36ef079cb2ca1669baa3e13439 (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets
requires(qtConfig(combobox))

HEADERS       = widgetgallery.h
SOURCES       = main.cpp \
                widgetgallery.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/gallery
INSTALLS += target