Moved tests into gui/kernel/ and gui/qopengl/
This commit moves tests from test/auto/ into more appropriate locations (i.e. matching the locations in the Qt source): - qscreen and qwindow are moved into gui/kernel/ - qopengl is moved into gui/qopengl/ Note: qscreen is disabled for now since it is broken on Linux (see QTBUG-22554). Change-Id: Idcc7a51e78d6d0955bddb9cb4091866659193cc8 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
0008428f90
commit
087fcc6182
@ -6,7 +6,6 @@
|
|||||||
TEMPLATE=subdirs
|
TEMPLATE=subdirs
|
||||||
SUBDIRS=\
|
SUBDIRS=\
|
||||||
gui \
|
gui \
|
||||||
qopengl \
|
|
||||||
qtransformedscreen \
|
qtransformedscreen \
|
||||||
qwindowsurface \
|
qwindowsurface \
|
||||||
qwsembedwidget \
|
qwsembedwidget \
|
||||||
|
@ -4,6 +4,6 @@ SUBDIRS=\
|
|||||||
kernel \
|
kernel \
|
||||||
math3d \
|
math3d \
|
||||||
painting \
|
painting \
|
||||||
|
qopengl \
|
||||||
text \
|
text \
|
||||||
util \
|
util \
|
||||||
|
|
||||||
|
@ -4,13 +4,14 @@ SUBDIRS=\
|
|||||||
qdrag \
|
qdrag \
|
||||||
qevent \
|
qevent \
|
||||||
qfileopenevent \
|
qfileopenevent \
|
||||||
qinputpanel \
|
|
||||||
qguimetatype \
|
qguimetatype \
|
||||||
qguivariant \
|
qguivariant \
|
||||||
|
qinputpanel \
|
||||||
qkeysequence \
|
qkeysequence \
|
||||||
qmouseevent \
|
qmouseevent \
|
||||||
qmouseevent_modal \
|
qmouseevent_modal \
|
||||||
qpalette \
|
qpalette \
|
||||||
|
qscreen \
|
||||||
qshortcut \
|
qshortcut \
|
||||||
qtouchevent \
|
qtouchevent \
|
||||||
|
qwindow \
|
||||||
|
@ -5,3 +5,4 @@ QT += core-private gui-private testlib
|
|||||||
|
|
||||||
SOURCES += tst_qscreen.cpp
|
SOURCES += tst_qscreen.cpp
|
||||||
|
|
||||||
|
CONFIG += insignificant_test # QTBUG-22554
|
@ -1,7 +1,6 @@
|
|||||||
TEMPLATE=subdirs
|
TEMPLATE=subdirs
|
||||||
SUBDIRS=\
|
SUBDIRS=\
|
||||||
qgl \
|
qgl \
|
||||||
qglthreads \
|
|
||||||
qglbuffer \
|
qglbuffer \
|
||||||
qglfunctions \
|
qglfunctions \
|
||||||
|
qglthreads \
|
||||||
|
Loading…
Reference in New Issue
Block a user