]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Reverted commit 8448.
authorBart Van Assche <bvanassche@acm.org>
Mon, 28 Jul 2008 11:36:11 +0000 (11:36 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 28 Jul 2008 11:36:11 +0000 (11:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8463

drd/tests/Makefile.am

index c8d162e285727df49453f0485d8e15145868bd0a..fb1bb22ab155d0f3a9d99996e8b6ee44b3ee1ab1 100644 (file)
@@ -238,9 +238,9 @@ check_PROGRAMS =      \
   tc24_nonzero_sem    \
   trylock
 
-#if HAVE_QTCORE
-#check_PROGRAMS += qt4_mutex qt4_rwlock qt4_semaphore
-#endif
+if HAVE_QTCORE
+check_PROGRAMS += qt4_mutex qt4_rwlock qt4_semaphore
+endif
 
 if HAVE_OPENMP
 check_PROGRAMS += omp_matinv omp_prime
@@ -316,16 +316,16 @@ pth_inconsistent_cond_wait_LDADD   = -lpthread
 pth_spinlock_SOURCES        = pth_spinlock.c
 pth_spinlock_LDADD          = -lpthread
 
-#if HAVE_QTCORE
-#qt4_mutex_SOURCES           = qt4_mutex.cpp
-#qt4_mutex_LDADD             = -lQtCore -lpthread
-#
-#qt4_rwlock_SOURCES          = qt4_rwlock.cpp
-#qt4_rwlock_LDADD            = -lQtCore -lpthread
-#
-#qt4_semaphore_SOURCES       = qt4_semaphore.cpp
-#qt4_semaphore_LDADD         = -lQtCore -lpthread
-#endif
+if HAVE_QTCORE
+qt4_mutex_SOURCES           = qt4_mutex.cpp
+qt4_mutex_LDADD             = -lQtCore -lpthread
+
+qt4_rwlock_SOURCES          = qt4_rwlock.cpp
+qt4_rwlock_LDADD            = -lQtCore -lpthread
+
+qt4_semaphore_SOURCES       = qt4_semaphore.cpp
+qt4_semaphore_LDADD         = -lQtCore -lpthread
+endif
 
 recursive_mutex_SOURCES     = recursive_mutex.c
 recursive_mutex_LDADD       = -lpthread