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

« back to all changes in this revision

Viewing changes to tests/auto/other/windowsmobile/test/test.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
 
 
2
CONFIG += testcase
 
3
CONFIG += parallel_test
 
4
QT += widgets testlib
 
5
HEADERS += ddhelper.h
 
6
SOURCES += tst_windowsmobile.cpp ddhelper.cpp
 
7
RESOURCES += windowsmobile.qrc
 
8
 
 
9
TARGET = ../tst_windowsmobile
 
10
 
 
11
wincewm*: {
 
12
   addFiles.files = $$OUT_PWD/../testQMenuBar/*.exe
 
13
                
 
14
 
 
15
   addFiles.path = "\\Program Files\\tst_windowsmobile"
 
16
   DEPLOYMENT += addFiles
 
17
}
 
18
 
 
19
wincewm*: {
 
20
   LIBS += Ddraw.lib
 
21
}
 
22
 
 
23
 
 
24
 
 
25
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0