summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/interview/interview.pro
blob: a61d77613cd98cf354177a3de1e30eb71999d8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

HEADERS += model.h
SOURCES += model.cpp main.cpp
RESOURCES += interview.qrc

build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

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

QT += widgets