Added new unit tests to tests.pro, minor test script modifications
[situare] / tests / routing / routesegment / routesegment.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-07-09T12:32:33
4 #
5 #-------------------------------------------------
6
7 QT       += testlib
8
9 QT       -= gui
10
11 CONFIG   += console
12 CONFIG   -= app_bundle
13
14 TEMPLATE = app
15
16
17 SOURCES += testroutesegment.cpp \
18     ../../../src/routing/routesegment.cpp
19 DEFINES += SRCDIR=\\\"$$PWD/\\\"
20
21 INCLUDEPATH += . \
22     ../../../src/
23
24 HEADERS += \
25     ../../../src/routing/routesegment.h
26
27 DEFINES += QT_NO_DEBUG_OUTPUT