aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/painting/painting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/painting/painting.pro')
-rw-r--r--tests/benchmarks/declarative/painting/painting.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/painting/painting.pro b/tests/benchmarks/declarative/painting/painting.pro
new file mode 100644
index 0000000000..69c000624f
--- /dev/null
+++ b/tests/benchmarks/declarative/painting/painting.pro
@@ -0,0 +1,16 @@
+######################################################################
+# Automatically generated by qmake (2.01a) fr 29. jan 13:57:52 2010
+######################################################################
+
+requires(contains(QT_CONFIG,opengl))
+
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+SOURCES += paintbenchmark.cpp
+QT += opengl
+CONFIG += console
+macx:CONFIG -= app_bundle