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

QT += quick qml
SOURCES += main.cpp

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

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