aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/stringlistmodel/stringlistmodel.pro
blob: 2d1f99d4edcb91833a2b967b0a5aba8fd4c4d318 (plain)
1
2
3
4
5
6
7
QT += qml quick

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

target.path = $$[QT_INSTALL_EXAMPLES]/quick/models/stringlistmodel
INSTALLS += target