summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qpixelformat/qpixelformat.pro
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@gmail.com>2014-03-21 23:05:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-23 21:43:50 +0200
commiteb88aaa3a2aed3235cf837e858f530f6a521349f (patch)
tree3b2dad5884ffd9dddd64cc1e35d6311f33f52a4e /tests/auto/gui/kernel/qpixelformat/qpixelformat.pro
parent33fae8b147eccec9b97629fe84a0b0753d446cf3 (diff)
Introducing QPixelFormat
Its purpose in life will be to describe pixel formats [ChangeLog][QtGui] Added QPixelFormat class Change-Id: I74d8f974606520efb3935110ff3d6ddb5ea805a8 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'tests/auto/gui/kernel/qpixelformat/qpixelformat.pro')
-rw-r--r--tests/auto/gui/kernel/qpixelformat/qpixelformat.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qpixelformat/qpixelformat.pro b/tests/auto/gui/kernel/qpixelformat/qpixelformat.pro
new file mode 100644
index 0000000000..970e5c7c2d
--- /dev/null
+++ b/tests/auto/gui/kernel/qpixelformat/qpixelformat.pro
@@ -0,0 +1,6 @@
+CONFIG += testcase
+TARGET = tst_qpixelformat
+
+QT += gui testlib
+
+SOURCES += tst_qpixelformat.cpp