fix subprojects re valgrind tests

amends e6c0c292b9

Change-Id: Ib57bf0315b92f8c9a0face9faa3da76f383346e8
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Oswald Buddenhagen
2013-04-02 17:03:00 +02:00
committed by hjk
parent 54b6607b09
commit ca1e65c7f0
2 changed files with 5 additions and 5 deletions
+5 -2
View File
@@ -14,8 +14,11 @@ SUBDIRS += \
qtcprocess \
utils \
utils_stringutils \
filesearch \
valgrind
filesearch
!win32 {
SUBDIRS += valgrind
}
#contains (QT_CONFIG, declarative) {
#SUBDIRS += qml
-3
View File
@@ -1,5 +1,2 @@
TEMPLATE=subdirs
SUBDIRS += auto manual tools
!win32 {
SUBDIRS += valgrind
}