summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpixmap/qpixmap.pro
blob: 456928f1f66ac7b7c2071e0d1e8b6d75b01f3fbe (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
26
27
28
29
30
31
32
33
34
35
36
37
load(qttest_p4)

QT += core-private gui-private widgets widgets-private

SOURCES  += tst_qpixmap.cpp
wince*|symbian: {

   task31722_0.files = convertFromImage/task31722_0/*.png
   task31722_0.path    = convertFromImage/task31722_0

   task31722_1.files = convertFromImage/task31722_1/*.png
   task31722_1.path    = convertFromImage/task31722_1
 
   icons.files = convertFromToHICON/*       
   icons.path = convertFromToHICON
   
   loadFromData.files = loadFromData/*
   loadFromData.path = loadFromData

   DEPLOYMENT += task31722_0 task31722_1 icons loadFromData
}

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

RESOURCES += qpixmap.qrc