Fix export symbols for QtDeclarative and QtQuick1.
[profile/ivi/qtdeclarative.git] / examples / declarative / minehunt / minehunt.pro
1 TEMPLATE = app
2 TARGET  = minehunt
3 QT += declarative qtquick1 widgets
4
5 # Input
6 HEADERS += minehunt.h
7 SOURCES += main.cpp minehunt.cpp
8 RESOURCES = minehunt.qrc
9
10 sources.files = minehunt.qml minehunt.pro MinehuntCore
11 sources.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/minehunt
12 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/minehunt
13
14 INSTALLS = sources target
15
16 symbian:{
17     TARGET.EPOCALLOWDLLDATA = 1
18     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
19     CONFIG += qt_example
20     qmlminehuntfiles.files = MinehuntCore minehunt.qml
21     DEPLOYMENT += qmlminehuntfiles
22 }
23