0a208dd413
Task-number: QTBUG-21327 Change-Id: I296063b665809e0411a7546fc9b41a287317ecb7 Reviewed-on: http://codereview.qt-project.org/4326 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
19 lines
409 B
INI
19 lines
409 B
INI
#-------------------------------------------------
|
|
#
|
|
# 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)
|