d9a8d2213cee3c79d57aae0999b45a8615ac31d3
[situare] / tests / routing / route / route.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2010-07-09T12:24:25
4 #
5 #-------------------------------------------------
6
7 QT       += testlib
8
9 QT       -= gui
10
11 TARGET = testroute
12 CONFIG   += console
13 CONFIG   -= app_bundle
14
15 TEMPLATE = app
16
17
18 SOURCES += testroute.cpp \
19     ../../../src/routing/route.cpp
20 DEFINES += SRCDIR=\\\"$$PWD/\\\"
21
22 INCLUDEPATH += . \
23     ../../../src/
24
25 HEADERS += \
26     ../../../src/routing/route.h \
27     ../../../src/routing/routingcommon.h