File: objectlistmodel.pro

package info (click to toggle)
qt6-declarative 6.10.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 318,464 kB
  • sloc: cpp: 809,226; javascript: 514,439; xml: 10,981; python: 2,806; ansic: 2,253; java: 964; sh: 285; makefile: 51; php: 27
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
QT += qml quick

SOURCES += main.cpp \
           dataobject.cpp
HEADERS += dataobject.h
RESOURCES += objectlistmodel.qrc

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