summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/modelview/7_selections/7_selections.pro
blob: 24065d39a7f5efe07f1da38c44a7243a4410d25f (plain)
1
2
3
4
5
6
7
8
9
10
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