Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
36 lines
896 B
Prolog
36 lines
896 B
Prolog
load(qttest_p4)
|
|
SOURCES += tst_qpixmap.cpp
|
|
contains(QT_CONFIG, qt3support): QT += qt3support
|
|
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
|