securitysettings/qtconfigutils/tsrc/tsrc.pro
changeset 26 9abfd4f00d37
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
       
     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 # This is the build file for testing EAP Configuration Interface.
       
    16 
       
    17 #
       
    18 # %version: 5 %
       
    19 #
       
    20 
       
    21 CONFIG += debug include_ui_tests
       
    22 
       
    23 QT += testlib
       
    24 QT -= gui
       
    25 
       
    26 TEMPLATE = app
       
    27 TARGET = t_qtconfigutils
       
    28 
       
    29 DEPENDPATH += .
       
    30 MOC_DIR = _moc
       
    31 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    32                $$OS_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 # use this to include ui related cases in the tests
       
    35 include_ui_tests: {
       
    36 	message(*** Build with UI tests. Cannot use textshell emulator.)
       
    37 	CONFIG  += hb
       
    38 	DEFINES += INCLUDE_UI_CASES
       
    39 }
       
    40 
       
    41 HEADERS += src/testqtconfigutils.h
       
    42 SOURCES += src/testqtconfigutils.cpp
       
    43 
       
    44 LIBS += \
       
    45     -leapqtplugininfo \
       
    46     -leapqtconfiginterface \
       
    47     -lconnection_settings_shim
       
    48     
       
    49 symbian: {
       
    50 	TARGET.CAPABILITY = ALL -TCB 
       
    51 }
       
    52 
       
    53 coverage_test: {
       
    54 	message(*** Coverage test mode build - no OST traces.)
       
    55 	#NO_OST_TRACES flag is set
       
    56 }
       
    57 else {
       
    58 	message(*** Normal Symbian-mode build.)
       
    59 }