087fcc6182
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>
18 lines
268 B
Prolog
18 lines
268 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qclipboard \
|
|
qdrag \
|
|
qevent \
|
|
qfileopenevent \
|
|
qguimetatype \
|
|
qguivariant \
|
|
qinputpanel \
|
|
qkeysequence \
|
|
qmouseevent \
|
|
qmouseevent_modal \
|
|
qpalette \
|
|
qscreen \
|
|
qshortcut \
|
|
qtouchevent \
|
|
qwindow \
|