diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-12 06:17:07 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-12 06:17:07 (GMT) |
commit | 9161d2c25dbebc36522f7fd633607667c8040119 (patch) | |
tree | c341c71863289e5c14107c2e2b2e24ccedd97c19 /tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro | |
parent | 3e8e08b656d7e4826db6c062c7abe94d57ecfc3a (diff) | |
download | Qt-9161d2c25dbebc36522f7fd633607667c8040119.zip Qt-9161d2c25dbebc36522f7fd633607667c8040119.tar.gz Qt-9161d2c25dbebc36522f7fd633607667c8040119.tar.bz2 |
Simple QmlGraphicsImage benchmark
Diffstat (limited to 'tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro')
-rw-r--r-- | tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro b/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro new file mode 100644 index 0000000..a897ce8 --- /dev/null +++ b/tests/benchmarks/declarative/qmlgraphicsimage/qmlgraphicsimage.pro @@ -0,0 +1,14 @@ +load(qttest_p4) +TEMPLATE = app +TARGET = tst_qmlgraphicsimage +QT += declarative network +macx:CONFIG -= app_bundle +CONFIG += release + +INCLUDEPATH += ../../../auto/declarative/shared +SOURCES += tst_qmlgraphicsimage.cpp ../../../auto/declarative/shared/testhttpserver.cpp +HEADERS += ../../../auto/declarative/shared/testhttpserver.h + + +DEFINES += SRCDIR=\\\"$$PWD\\\" + |