qt5base-lts/tests/auto/other/baselineexample/baselineexample.pro
Jo Asplin 0a208dd413 Moved autotests in category 'other' into new directory structure
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>
2011-09-09 09:36:41 +02:00

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)