equal
deleted
inserted
replaced
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
|
16 # |
|
17 |
|
18 TEMPLATE = app |
|
19 TARGET = |
|
20 TARGET.UID3 = 0xE31F4ECF |
|
21 DEPENDPATH += . |
|
22 CONFIG += qtestlib |
|
23 QT -= gui |
|
24 |
|
25 symbian { |
|
26 INCLUDEPATH +=./ |
|
27 INCLUDEPATH +=../../../../inc |
|
28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
29 TARGET.EPOCALLOWDLLDATA = 1 |
|
30 TARGET.CAPABILITY = ALL -TCB |
|
31 DEFINES += BUILD_PARSERRECOGNIZER |
|
32 } |
|
33 |
|
34 # Input |
|
35 HEADERS += xqservicerequest.h |
|
36 HEADERS += ../../inc/parserrecognizer.h |
|
37 SOURCES += unit_tests.cpp |
|
38 SOURCES += ../../src/parserrecognizer.cpp |
|