mpengine/tsrc/tsrc.pro
changeset 43 0f32e550d9d8
parent 37 eb79a7c355bf
child 45 612c4815aebe
--- a/mpengine/tsrc/tsrc.pro	Fri Jun 25 17:21:37 2010 -0500
+++ b/mpengine/tsrc/tsrc.pro	Fri Jul 09 16:27:03 2010 -0500
@@ -11,16 +11,19 @@
 #
 # 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_mpmediakeyhandler \
+           unittest_mpmpxcollectionframeworkwrapper \
+           unittest_mpmpxharvesterframeworkwrapper \
+           unittest_mpmpxisolatedcollectionhelper \
+           # unittest_mpmpxplaybackframeworkwrapper \
+           unittest_mpsongscanner
 
+CONFIG += ordered
+