equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 TARGET = minehunt |
|
3 QT += declarative |
|
4 CONFIG += qt plugin |
|
5 |
|
6 TARGET = $$qtLibraryTarget($$TARGET) |
|
7 DESTDIR = MinehuntCore |
|
8 |
|
9 # Input |
|
10 SOURCES += minehunt.cpp |
|
11 |
|
12 sources.files = minehunt.qml minehunt.pro |
|
13 sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt |
|
14 |
|
15 target.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore |
|
16 |
|
17 MinehuntCore_sources.files = \ |
|
18 MinehuntCore/Explosion.qml \ |
|
19 MinehuntCore/Tile.qml \ |
|
20 MinehuntCore/pics \ |
|
21 MinehuntCore/qmldir |
|
22 MinehuntCore_sources.path = $$[QT_INSTALL_DEMOS]/declarative/minehunt/MinehuntCore |
|
23 |
|
24 INSTALLS = sources MinehuntCore_sources target |
|
25 |
|
26 symbian:{ |
|
27 load(data_caging_paths) |
|
28 TARGET.EPOCALLOWDLLDATA = 1 |
|
29 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) |
|
30 TARGET.CAPABILITY = NetworkServices ReadUserData |
|
31 importFiles.sources = minehunt.dll \ |
|
32 MinehuntCore/Explosion.qml \ |
|
33 MinehuntCore/pics \ |
|
34 MinehuntCore/qmldir |
|
35 importFiles.path = $$QT_IMPORTS_BASE_DIR/MinehuntCore |
|
36 DEPLOYMENT = importFiles |
|
37 } |
|
38 |
|
39 INSTALLS = sources MinehuntCore_sources target |