~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/widgets/dialogs/qfiledialog2/qfiledialog2.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CONFIG += testcase
 
2
TARGET = tst_qfiledialog2
 
3
 
 
4
QT += widgets widgets-private testlib
 
5
QT += core-private gui-private
 
6
 
 
7
SOURCES += tst_qfiledialog2.cpp
 
8
 
 
9
wince* {
 
10
    addFiles.files = *.cpp
 
11
    addFiles.path = .
 
12
    filesInDir.files = *.pro
 
13
    filesInDir.path = someDir
 
14
    DEPLOYMENT += addFiles filesInDir
 
15
}
 
16
 
 
17
wince* {
 
18
    DEFINES += SRCDIR=\\\"./\\\"
 
19
} else {
 
20
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
 
21
}
 
22
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0