4ee14d6f87
The code coverage tool adds #line when instrumenting the code using the gcc
syntax.
Since tst_headersclean now uses the -pedantic-errors flag (qtbase commit
7e970eb58c
), it causes a fatal error when the code is
instrumented with the coverage tool.
Change-Id: Icb1888d1c1f0a982c0c56aa168e70a76a246a18c
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
50 lines
1003 B
Prolog
50 lines
1003 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
# atwrapper \ # QTBUG-19452
|
|
baselineexample \
|
|
collections \
|
|
compiler \
|
|
exceptionsafety \
|
|
exceptionsafety_objects \
|
|
gestures \
|
|
headersclean \
|
|
lancelot \
|
|
languagechange \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
modeltest \
|
|
networkselftest \
|
|
qaccessibility \
|
|
qcomplextext \
|
|
qfocusevent \
|
|
qmultiscreen \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qobjectperformance \
|
|
qobjectrace \
|
|
qsharedpointer_and_qwidget \
|
|
qtokenautomaton \
|
|
windowsmobile \
|
|
|
|
testcocoon: SUBDIRS -= headersclean
|
|
|
|
cross_compile: SUBDIRS -= \
|
|
atwrapper \
|
|
compiler \
|
|
headersclean \
|
|
|
|
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
|
|
|
|
!mac: SUBDIRS -= \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist
|
|
|
|
!embedded|wince*: SUBDIRS -= \
|
|
qdirectpainter \
|
|
qmultiscreen \
|
|
|
|
!linux*-g++*:SUBDIRS -= exceptionsafety_objects
|
|
|
|
mac: lancelot.CONFIG = no_check_target # QTBUG-22792
|