examples/declarative/modelviews/objectlistmodel/objectlistmodel.pro
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 TEMPLATE = app
       
     2 TARGET = objectlistmodel
       
     3 DEPENDPATH += .
       
     4 INCLUDEPATH += .
       
     5 QT += declarative
       
     6 
       
     7 # Input
       
     8 SOURCES += main.cpp \
       
     9            dataobject.cpp
       
    10 HEADERS += dataobject.h
       
    11 RESOURCES += objectlistmodel.qrc
       
    12 
       
    13 sources.files = $$SOURCES $$HEADERS $$RESOURCES objectlistmodel.pro view.qml
       
    14 sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel
       
    15 target.path = $$[QT_INSTALL_EXAMPLES]/declarative/objectlistmodel
       
    16 
       
    17 INSTALLS += sources target
       
    18