summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/modelview/7_selections/7_selections.pro
blob: ef412f0affd0545334dc1f13f96c403e0bf17b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = mv_selections
TEMPLATE = app
QT += widgets
SOURCES += main.cpp \
    mainwindow.cpp
HEADERS += mainwindow.h 

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview/7_selections
INSTALLS += target

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