540e368e04
The qtipc autotest needs to live in qtscript due to dependencies to that module. This commit is the first of two steps to move qtipc. The second step is a commit in qtscript that adds qtipc there (with a proper reference to the first commit, i.e. this one). Change-Id: I233ee459be76fd1938868c05232ce732cfc913a8 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
26 lines
486 B
Prolog
26 lines
486 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qabstractitemmodel \
|
|
qcoreapplication \
|
|
qeventloop \
|
|
qitemmodel \
|
|
qmath \
|
|
qmetaobject \
|
|
qmetaobjectbuilder \
|
|
qmetatype \
|
|
qmimedata \
|
|
qobject \
|
|
qpointer \
|
|
qsignalmapper \
|
|
qsocketnotifier \
|
|
qtimer \
|
|
qtranslator \
|
|
qvariant \
|
|
qwineventnotifier
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qsocketnotifier
|
|
|
|
# This test is only applicable on Windows
|
|
!win32*:SUBDIRS -= qwineventnotifier
|