mpviewplugins/mpdetailsviewplugin/tsrc/UT_ALL_mpdetailsviewplugin.pro
changeset 45 612c4815aebe
parent 43 0f32e550d9d8
child 47 4cc1412daed0
equal deleted inserted replaced
43:0f32e550d9d8 45:612c4815aebe
     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: Unit test for mpdetailsviewplugin
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = subdirs
       
    19 
       
    20 ## TODO: fix this pro file, unit tests in their own root compile, but not within this pro file
       
    21 SUBDIRS += ./unittest_mpdetailssharedialog
       
    22 SUBDIRS += ./unittest_mpdetailsview
       
    23 SUBDIRS += ./unittest_mpdetailsviewplugin
       
    24 SUBDIRS += ./unittest_mpquerymanager
       
    25 SUBDIRS += ./unittest_mpsharedata
       
    26 
       
    27 test.depends = first
       
    28 test.CONFIG += recursive
       
    29 autotest.depends = first
       
    30 autotest.CONFIG += recursive
       
    31 QMAKE_EXTRA_TARGETS += test autotest
       
    32 
       
    33