0
|
1 |
load(qttest_p4)
|
|
2 |
SOURCES += tst_qpixmap.cpp
|
|
3 |
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
4 |
wince*|symbian*: {
|
|
5 |
|
|
6 |
task31722_0.sources = convertFromImage/task31722_0/*.png
|
|
7 |
task31722_0.path = convertFromImage/task31722_0
|
|
8 |
|
|
9 |
task31722_1.sources = convertFromImage/task31722_1/*.png
|
|
10 |
task31722_1.path = convertFromImage/task31722_1
|
|
11 |
|
|
12 |
icons.sources = convertFromToHICON/*
|
|
13 |
icons.path = convertFromToHICON
|
|
14 |
|
|
15 |
DEPLOYMENT += task31722_0 task31722_1 icons
|
|
16 |
DEPLOYMENT_PLUGIN += qico
|
|
17 |
}
|
|
18 |
|
|
19 |
wince*: {
|
|
20 |
DEFINES += SRCDIR=\\\".\\\"
|
|
21 |
} else:symbian* {
|
|
22 |
DEPLOYMENT_PLUGIN += qmng
|
|
23 |
LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll
|
|
24 |
contains(QT_CONFIG, openvg) {
|
|
25 |
LIBS += $$QMAKE_LIBS_OPENVG
|
|
26 |
}
|
|
27 |
} else {
|
|
28 |
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
29 |
win32:LIBS += -lgdi32 -luser32
|
|
30 |
}
|
|
31 |
|
|
32 |
RESOURCES += qpixmap.qrc
|