summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt/minehunt.pro
blob: 01791b15118b07ab0f7d2a80df0eb8cd923f90af (plain)
1
2
3
4
5
6
7
8
9
SOURCES = main.cpp

QT += script declarative
contains(QT_CONFIG, opengles2)|contains(QT_CONFIG, opengles1): QT += opengl

target.path = $$[QT_INSTALL_EXAMPLES]/declarative/minehunt
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS minehunt.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/minehunt
INSTALLS += target sources