mpengine/tsrc/tsrc.pro
changeset 43 0f32e550d9d8
parent 37 eb79a7c355bf
child 45 612c4815aebe
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: Music Player mpengine unit test project file.
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = subdirs
    17 TEMPLATE = subdirs
    18 
    18 
    19 SUBDIRS = unittest_mpaudioeffectsframeworkwrapper \
    19 SUBDIRS += unittest_mpaudioeffectsframeworkwrapper \
    20           unittest_mpequalizerframeworkwrapper \
    20            unittest_mpequalizerframeworkwrapper \
    21           unittest_mpmpxcollectionframeworkwrapper \
    21            # unittest_mpmediakeyhandler \
    22           unittest_mpmpxharvesterframeworkwrapper \
    22            unittest_mpmpxcollectionframeworkwrapper \
    23           unittest_mpmpxisolatedcollectionhelper \
    23            unittest_mpmpxharvesterframeworkwrapper \
    24           unittest_mpmpxplaybackframeworkwrapper \
    24            unittest_mpmpxisolatedcollectionhelper \
    25           unittest_mpsongscanner
    25            # unittest_mpmpxplaybackframeworkwrapper \
       
    26            unittest_mpsongscanner
    26 
    27 
       
    28 CONFIG += ordered
       
    29