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

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

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

simulator: warning(This example might not fully work on Simulator platform)