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

« back to all changes in this revision

Viewing changes to tests/auto/quick/qquickaccessible/qquickaccessible.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
 
 
3
TARGET = tst_qquickaccessible
 
4
QT += qml-private network quick-private testlib gui-private
 
5
macx:CONFIG -= app_bundle
 
6
 
 
7
SOURCES  += tst_qquickaccessible.cpp
 
8
 
 
9
include (../../shared/util.pri)
 
10
 
 
11
TESTDATA = data/*
 
12
 
 
13
OTHER_FILES += data/checkbuttons.qml
 
14
OTHER_FILES += data/hittest.qml
 
15
OTHER_FILES += data/pushbutton.qml
 
16
OTHER_FILES += data/statictext.qml
 
17
 
 
18
CONFIG += parallel_test
 
19
 
 
20
wince*: {
 
21
    accessneeded.files = $$QT.widgets.plugins/accessible/*.dll
 
22
    accessneeded.path = accessible
 
23
    DEPLOYMENT += accessneeded
 
24
}
 
25
 
 
26
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0