aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/stringlistmodel/stringlistmodel.pro
blob: d34f7d0b56d457c8b49b138b7bfcb173ab187651 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app
TARGET = stringlistmodel
DEPENDPATH += .
INCLUDEPATH += .
QT += declarative quick

# Input
SOURCES += main.cpp 
RESOURCES += stringlistmodel.qrc