aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/models/stringlistmodel/stringlistmodel.pro
blob: fe561083f7c347835135a56936522f9ee4ff93e6 (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