Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / qdeclarativelanguage.pro
1 CONFIG += testcase
2 TARGET = tst_qdeclarativelanguage
3 macx:CONFIG -= app_bundle
4
5 SOURCES += tst_qdeclarativelanguage.cpp \
6            testtypes.cpp
7 HEADERS += testtypes.h
8
9 INCLUDEPATH += ../../shared/
10 HEADERS += ../../shared/testhttpserver.h
11 SOURCES += ../../shared/testhttpserver.cpp
12
13 importFiles.files = data
14 importFiles.path = .
15 DEPLOYMENT += importFiles
16
17 CONFIG += parallel_test
18 QT += core-private gui-private v8-private declarative-private network testlib