Moving relevant tests to corelib/plugin

Task-number: QTBUG-21066

Change-Id: I918f6ef6fb825d7cf94d6b42322b2c2eb5c52aaa
Reviewed-on: http://codereview.qt.nokia.com/3604
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Holger Ihrig 2011-08-25 15:53:06 +02:00
parent 3a7e6157d1
commit 2efc6f787c
49 changed files with 8 additions and 5 deletions

View File

@ -19,15 +19,12 @@ SUBDIRS=\
qexplicitlyshareddatapointer \ qexplicitlyshareddatapointer \
qfreelist \ qfreelist \
qhash \ qhash \
qlibrary \
qline \ qline \
qmap \ qmap \
qmargins \ qmargins \
qmutex \ qmutex \
qmutexlocker \ qmutexlocker \
qobjectrace \ qobjectrace \
qplugin \
qpluginloader \
qpoint \ qpoint \
qqueue \ qqueue \
qreadlocker \ qreadlocker \
@ -61,7 +58,6 @@ SUBDIRS=\
qtimeline \ qtimeline \
qtmd5 \ qtmd5 \
qtokenautomaton \ qtokenautomaton \
quuid \
qvarlengtharray \ qvarlengtharray \
qvector \ qvector \
qwaitcondition \ qwaitcondition \

View File

@ -5,4 +5,5 @@ SUBDIRS=\
concurrent \ concurrent \
global \ global \
io \ io \
kernel kernel \
plugin

View File

@ -0,0 +1,6 @@
TEMPLATE=subdirs
SUBDIRS=\
qlibrary \
qplugin \
qpluginloader \
quuid