aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/samegame/samegame2/samegame2.pro
blob: 5ede9042ccf87409c8b86d3e607b8f9125bf9eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

RESOURCES += \
    samegame2.qrc \
    ../shared/pics/shared.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/tutorials/samegame/samegame2
INSTALLS += target