summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/baselineexample/baselineexample.pro
blob: cc310aec3af4eba40ef67e52265a90db26500ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#-------------------------------------------------
#
# Project created by QtCreator 2010-12-09T14:55:13
#
#-------------------------------------------------

QT       += testlib widgets

TARGET = tst_baselineexample
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

SOURCES += tst_baselineexample.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"

include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)