Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick2 / qquickimage / qquickimage.pro
1 CONFIG += testcase
2 TARGET = tst_qquickimage
3 macx:CONFIG -= app_bundle
4
5 HEADERS += ../../shared/testhttpserver.h
6 SOURCES += tst_qquickimage.cpp \
7            ../../shared/testhttpserver.cpp
8
9 include (../../shared/util.pri)
10
11 testDataFiles.files = data
12 testDataFiles.path = .
13 DEPLOYMENT += testDataFiles
14
15 CONFIG += parallel_test
16 QT += core-private gui-private declarative-private quick-private network testlib