summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgl/qgl.qrc
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-01 13:06:10 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-01 13:06:10 (GMT)
commita1c89baa7d88a4a662ccd2fdb3381844fa116365 (patch)
tree429df46495c6af3a7d3096dc1465c3a0f0c44b97 /tests/auto/qgl/qgl.qrc
parent64ca7030df6189a0bc4df36473befd868c8d2ef6 (diff)
parentd785467dbb97d4be9de66504dd6fb891da19abff (diff)
downloadQt-a1c89baa7d88a4a662ccd2fdb3381844fa116365.zip
Qt-a1c89baa7d88a4a662ccd2fdb3381844fa116365.tar.gz
Qt-a1c89baa7d88a4a662ccd2fdb3381844fa116365.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2: fix crash in Phonon::DS9 backend Don't crash when running Qt on KDE with Oxygen style. Fixes missing update when setting opacity on an item that had opacity 0.0 Avoids missing opacity updates by not propagating the ignoreOpacity flag Cleanup in graphicsitem autotest Adds convenience functions QGraphicsItemPrivate::isOpacityNull Fixed a crash when QPixmaps are destroyed after the ~QApplication. Fix GL texture leaks when pixmaps are deleted Doc fix. No need to put something deprecated if it's not. Warn if the plugin seems to not exist instead of simply passing.
Diffstat (limited to 'tests/auto/qgl/qgl.qrc')
-rw-r--r--tests/auto/qgl/qgl.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qgl/qgl.qrc b/tests/auto/qgl/qgl.qrc
new file mode 100644
index 0000000..653794a
--- /dev/null
+++ b/tests/auto/qgl/qgl.qrc
@@ -0,0 +1,5 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource>
+ <file alias="designer.png">../qpixmap/images/designer.png</file>
+</qresource>
+</RCC>