summaryrefslogtreecommitdiffstats
path: root/tests/auto/qpixmap/qpixmap.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qpixmap/qpixmap.pro')
-rw-r--r--tests/auto/qpixmap/qpixmap.pro37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/auto/qpixmap/qpixmap.pro b/tests/auto/qpixmap/qpixmap.pro
deleted file mode 100644
index f5df30cc1d..0000000000
--- a/tests/auto/qpixmap/qpixmap.pro
+++ /dev/null
@@ -1,37 +0,0 @@
-load(qttest_p4)
-
-QT += core-private gui-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