aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tableview/gameoflife/gameoflife.pro
blob: 98050b0d796d61a36d1b91bc7795ef07c9b0d39c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app

QT += quick qml
SOURCES += \
        main.cpp \
    gameoflifemodel.cpp

RESOURCES += \
    main.qml \
    gosperglidergun.cells

target.path = $$[QT_INSTALL_EXAMPLES]/quick/tableview/gameoflife
INSTALLS += target

HEADERS += \
    gameoflifemodel.h