2a62122682
Change-Id: I49e73c31b98e43259771c0e265cf13fc167c45f2 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
59 lines
1.2 KiB
Prolog
59 lines
1.2 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
# atwrapper \ # QTBUG-19452
|
|
baselineexample \
|
|
collections \
|
|
compiler \
|
|
exceptionsafety \
|
|
# exceptionsafety_objects \ # QObjectPrivate is not safe
|
|
gestures \
|
|
headersclean \
|
|
lancelot \
|
|
languagechange \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
modeltest \
|
|
networkselftest \
|
|
qaccessibility \
|
|
qcomplextext \
|
|
qfocusevent \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qobjectperformance \
|
|
qobjectrace \
|
|
qsharedpointer_and_qwidget \
|
|
qtokenautomaton \
|
|
windowsmobile \
|
|
|
|
contains(QT_CONFIG, no-widgets): SUBDIRS -= \
|
|
baselineexample \
|
|
gestures \
|
|
headersclean \
|
|
lancelot \
|
|
languagechange \
|
|
modeltest \
|
|
qaccessibility \
|
|
qcomplextext \
|
|
qfocusevent \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qsharedpointer_and_qwidget \
|
|
windowsmobile \
|
|
|
|
testcocoon: SUBDIRS -= headersclean
|
|
|
|
cross_compile: SUBDIRS -= \
|
|
atwrapper \
|
|
compiler
|
|
|
|
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
|
|
|
|
!mac: SUBDIRS -= \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist
|
|
|
|
!embedded|wince*: SUBDIRS -= \
|
|
qdirectpainter
|
|
|
|
!linux*-g++*:SUBDIRS -= exceptionsafety_objects
|