~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/corelib/kernel/kernel.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE=subdirs
 
2
SUBDIRS=\
 
3
    qcoreapplication \
 
4
    qeventdispatcher \
 
5
    qeventloop \
 
6
    qmath \
 
7
    qmetaobject \
 
8
    qmetaobjectbuilder \
 
9
    qmetamethod \
 
10
    qmetaproperty \
 
11
    qmetatype \
 
12
    qmimedata \
 
13
    qobject \
 
14
    qpointer \
 
15
    qsharedmemory \
 
16
    qsignalmapper \
 
17
    qsocketnotifier \
 
18
    qsystemsemaphore \
 
19
    qtimer \
 
20
    qtranslator \
 
21
    qvariant \
 
22
    qwineventnotifier
 
23
 
 
24
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
 
25
    qsocketnotifier \
 
26
    qsharedmemory
 
27
 
 
28
# This test is only applicable on Windows
 
29
!win32*:SUBDIRS -= qwineventnotifier
 
30