blob: a77eebbdf909ea822c13cb2524b9e29613544e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
load(qttest_p4)
TEMPLATE = app
TARGET = tst_qmlcomponent
QT += declarative
macx:CONFIG -= app_bundle
SOURCES += tst_qmlcomponent.cpp testtypes.cpp
HEADERS += testtypes.h
symbian* {
data.sources = data/*
data.path = data
samegame.sources = data/samegame/*
samegame.path = data/samegame
samegame_pics.sources = data/samegame/pics/*
samegame_pics.path = data/samegame/pics
DEPLOYMENT += data samegame samegame_pics
}
|