summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/charactermap/charactermap.pro
blob: 370338bf463777cc800407cc8a3cb2e207aded5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS     = characterwidget.h \
              mainwindow.h
SOURCES     = characterwidget.cpp \
              mainwindow.cpp \
              main.cpp

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

QT += widgets

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