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

« back to all changes in this revision

Viewing changes to tests/auto/other/baselineexample/baselineexample.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
#
 
3
# Project created by QtCreator 2010-12-09T14:55:13
 
4
#
 
5
#-------------------------------------------------
 
6
 
 
7
QT       += testlib widgets
 
8
 
 
9
TARGET = tst_baselineexample
 
10
CONFIG   += console
 
11
CONFIG   -= app_bundle
 
12
 
 
13
TEMPLATE = app
 
14
 
 
15
SOURCES += tst_baselineexample.cpp
 
16
DEFINES += SRCDIR=\\\"$$PWD/\\\"
 
17
 
 
18
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
 
19
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0