mpengine/tsrc/tsrc.pro
changeset 48 af3740e3753f
parent 41 ea59c434026a
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
     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_mpmpxcollectionframeworkwrapper \
    22           unittest_mpmpxharvesterframeworkwrapper \
    22            unittest_mpmpxharvesterframeworkwrapper \
    23           unittest_mpmpxisolatedcollectionhelper \
    23            unittest_mpmpxisolatedcollectionhelper \
    24           unittest_mpmpxplaybackframeworkwrapper \
    24            unittest_mpmpxplaybackframeworkwrapper \
    25           unittest_mpsongscanner
    25            unittest_mpsongscanner
    26 
    26 
       
    27 CONFIG += ordered
       
    28