wlanutilities/wlansniffer/wlansnifferapplication/tsrc/t_wlansniffer.pro
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
     1 #
       
     2 # Copyright (c) 2010 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 # WLAN Sniffer UT project file.
       
    16 #
       
    17 
       
    18 CONFIG += qtestlib hb
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = t_wlansniffer
       
    22 
       
    23 TARGET.CAPABILITY = ALL -TCB
       
    24 
       
    25 DEPENDPATH += .
       
    26 
       
    27 #Store generated files to their own directory
       
    28 MOC_DIR = build
       
    29 RCC_DIR = build
       
    30 
       
    31 INCLUDEPATH += \
       
    32     . \
       
    33     ../inc \
       
    34     ../traces \
       
    35     ../../../inc
       
    36 
       
    37 # Input
       
    38 HEADERS += \
       
    39     t_wlansniffer.h \
       
    40     ../inc/wlansnifferlistitem.h \
       
    41     ../inc/wlansnifferlistwidget.h \
       
    42     ../traces/OstTraceDefinitions.h
       
    43 
       
    44 SOURCES += \
       
    45     t_wlansniffer.cpp \
       
    46     ../src/wlansnifferlistitem.cpp \
       
    47     ../src/wlansnifferlistwidget.cpp
       
    48     
       
    49 symbian*::LIBS += -lwlanqtutilities