tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro
changeset 19 fcece45ef507
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro	Mon May 03 13:17:34 2010 +0300
@@ -0,0 +1,18 @@
+load(qttest_p4)
+TEMPLATE = app
+TARGET = jpeg
+DEPENDPATH += .
+INCLUDEPATH += .
+
+CONFIG += release
+
+wince*: {
+   DEFINES += SRCDIR=\\\"\\\"
+} else:symbian {
+   # SRCDIR and SVGFILE defined in code in symbian
+}else {
+   DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+
+# Input
+SOURCES += jpeg.cpp