mpengine/tsrc/tsrc.pro
changeset 48 af3740e3753f
parent 41 ea59c434026a
--- a/mpengine/tsrc/tsrc.pro	Tue Jul 06 14:13:36 2010 +0300
+++ b/mpengine/tsrc/tsrc.pro	Wed Aug 18 09:46:20 2010 +0300
@@ -11,16 +11,18 @@
 #
 # Contributors:
 #
-# Description: 
+# Description: Music Player mpengine unit test project file.
 #
 
 TEMPLATE = subdirs
 
-SUBDIRS = unittest_mpaudioeffectsframeworkwrapper \
-          unittest_mpequalizerframeworkwrapper \
-          unittest_mpmpxcollectionframeworkwrapper \
-          unittest_mpmpxharvesterframeworkwrapper \
-          unittest_mpmpxisolatedcollectionhelper \
-          unittest_mpmpxplaybackframeworkwrapper \
-          unittest_mpsongscanner
+SUBDIRS += unittest_mpaudioeffectsframeworkwrapper \
+           unittest_mpequalizerframeworkwrapper \
+           unittest_mpmpxcollectionframeworkwrapper \
+           unittest_mpmpxharvesterframeworkwrapper \
+           unittest_mpmpxisolatedcollectionhelper \
+           unittest_mpmpxplaybackframeworkwrapper \
+           unittest_mpsongscanner
 
+CONFIG += ordered
+