summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/charactermap/charactermap.pro
blob: 373aabca7369771bfec5bd4a5d7a8aeb77fbe1ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets
requires(qtConfig(combobox))

HEADERS     = characterwidget.h \
              mainwindow.h
SOURCES     = characterwidget.cpp \
              mainwindow.cpp \
              main.cpp

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