0
|
1 |
load(qttest_p4)
|
|
2 |
SOURCES+= tst_qicoimageformat.cpp
|
|
3 |
|
|
4 |
wince*: {
|
|
5 |
DEFINES += SRCDIR=\\\".\\\"
|
|
6 |
addFiles.sources = icons
|
|
7 |
addFiles.path = .
|
|
8 |
CONFIG(debug, debug|release):{
|
|
9 |
addPlugins.sources = $$QT_BUILD_TREE/plugins/imageformats/qico4d.dll
|
|
10 |
} else {
|
|
11 |
addPlugins.sources = $$QT_BUILD_TREE/plugins/imageformats/qico4.dll
|
|
12 |
}
|
|
13 |
addPlugins.path = imageformats
|
|
14 |
DEPLOYMENT += addFiles addPlugins
|
|
15 |
} else:symbian* {
|
|
16 |
addFiles.sources = icons
|
|
17 |
addFiles.path = .
|
|
18 |
DEPLOYMENT += addFiles
|
|
19 |
qt_not_deployed {
|
|
20 |
addPlugins.sources = qico.dll
|
|
21 |
addPlugins.path = imageformats
|
|
22 |
DEPLOYMENT += addPlugins
|
|
23 |
}
|
|
24 |
TARGET.UID3 = 0xE0340004
|
|
25 |
DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
|
|
26 |
} else {
|
|
27 |
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
28 |
}
|