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:
parent
3a7e6157d1
commit
2efc6f787c
@ -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 \
|
||||||
|
@ -5,4 +5,5 @@ SUBDIRS=\
|
|||||||
concurrent \
|
concurrent \
|
||||||
global \
|
global \
|
||||||
io \
|
io \
|
||||||
kernel
|
kernel \
|
||||||
|
plugin
|
||||||
|
6
tests/auto/corelib/plugin/plugin.pro
Normal file
6
tests/auto/corelib/plugin/plugin.pro
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
TEMPLATE=subdirs
|
||||||
|
SUBDIRS=\
|
||||||
|
qlibrary \
|
||||||
|
qplugin \
|
||||||
|
qpluginloader \
|
||||||
|
quuid
|
Loading…
x
Reference in New Issue
Block a user