From d6cc95cee7c42803793a70988d85e2d3164b17f7 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Tue, 25 Oct 2011 07:57:54 +1000 Subject: Rename QSG* to QQuick* in particles folder Change-Id: I793eaf16f3810df0cb0f9f8482ac0b9d6137595d Reviewed-by: Alan Alpert --- tests/auto/particles/qquickfriction/qquickfriction.pro | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/auto/particles/qquickfriction/qquickfriction.pro (limited to 'tests/auto/particles/qquickfriction/qquickfriction.pro') diff --git a/tests/auto/particles/qquickfriction/qquickfriction.pro b/tests/auto/particles/qquickfriction/qquickfriction.pro new file mode 100644 index 0000000000..d6726724ff --- /dev/null +++ b/tests/auto/particles/qquickfriction/qquickfriction.pro @@ -0,0 +1,11 @@ +CONFIG += testcase +TARGET = tst_qquickfriction +SOURCES += tst_qquickfriction.cpp +macx:CONFIG -= app_bundle + +testDataFiles.files = data +testDataFiles.path = . +DEPLOYMENT += testDataFiles + +QT += core-private gui-private v8-private declarative-private opengl-private testlib + -- cgit v1.2.3