Implemented Route class and unit tests for it
[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 TARGET = testroutesegment
12 CONFIG   += console
13 CONFIG   -= app_bundle
14
15 TEMPLATE = app
16
17
18 SOURCES += testroutesegment.cpp \
19     ../../../src/routing/routesegment.cpp
20 DEFINES += SRCDIR=\\\"$$PWD/\\\"
21
22 INCLUDEPATH += . \
23     ../../../src/
24
25 HEADERS += \
26     ../../../src/routing/routesegment.h
27
28 DEFINES += QT_NO_DEBUG_OUTPUT