summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpixmap/qpixmap.pro
blob: 31d6eaa98256d0aa5b5e132600d956507299bf70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
load(qttest_p4)
SOURCES  += tst_qpixmap.cpp
contains(QT_CONFIG, qt3support): QT += qt3support
wince*|symbian*: {
   task31722_0.sources = convertFromImage/task31722_0/*
   task31722_0.path    = convertFromImage/task31722_0
   task31722_1.sources = convertFromImage/task31722_1/*
   task31722_1.path    = convertFromImage/task31722_1
   DEPLOYMENT += task31722_0 task31722_1
}

wince*: {
   DEFINES += SRCDIR=\\\".\\\"
} symbian*: {
   DEPLOYMENT_PLUGIN += qmng
   LIBS += -lfbscli.dll -lbitgdi.dll -lgdi.dll
   contains(QT_CONFIG, openvg) {
       LIBS += $$QMAKE_LIBS_OPENVG
   }
} else {
   DEFINES += SRCDIR=\\\"$$PWD\\\"
   win32:LIBS += -lgdi32 -luser32
}

RESOURCES += qpixmap.qrc