~ubuntu-branches/ubuntu/saucy/qtdeclarative-opensource-src/saucy

« back to all changes in this revision

Viewing changes to tests/benchmarks/particles/affectors/affectors.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 14:17:19 UTC
  • Revision ID: package-import@ubuntu.com-20130205141719-qqeyml8wslpyez52
Tags: upstream-5.0.1
ImportĀ upstreamĀ versionĀ 5.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CONFIG += testcase
 
2
TARGET = tst_affectors
 
3
SOURCES += tst_affectors.cpp
 
4
macx:CONFIG -= app_bundle
 
5
 
 
6
testDataFiles.files = data
 
7
testDataFiles.path = .
 
8
DEPLOYMENT += testDataFiles
 
9
 
 
10
QT += core-private gui-private v8-private qml-private quick-private opengl-private testlib
 
11
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0