mpdata/tsrc/unittest_mpmpxcollectiondata/unittest_mpmpxcollectiondata.pro
changeset 22 ecf06a08d4d9
child 29 8192e5b5c935
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
       
     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 CONFIG += qtestlib hb
       
    20 TARGET = 
       
    21 
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += . \
       
    24     ../../inc \
       
    25     ../../../inc
       
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    27 
       
    28 LIBS += -lestor.dll \
       
    29         -lmpxcommon.dll
       
    30 
       
    31 HEADERS += inc/unittest_mpmpxcollectiondata.h \
       
    32            ../../../inc/mpmpxcollectiondata.h
       
    33            
       
    34 SOURCES += src/unittest_mpmpxcollectiondata.cpp \
       
    35            ../../src/mpmpxcollectiondata.cpp
       
    36 
       
    37 DEFINES += BUILD_MPDATA_LIB