Moved autotests in category 'opengl' into new directory structure
Task-number: QTBUG-21356 Change-Id: I496680aa670af3409e50e1c254ef2c557b414d33 Reviewed-on: http://codereview.qt-project.org/4452 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
0a208dd413
commit
0bfa24106d
@ -9,6 +9,6 @@ SUBDIRS += \
|
||||
other
|
||||
|
||||
!cross_compile: SUBDIRS += host.pro
|
||||
contains(QT_CONFIG, opengl): SUBDIRS += opengl.pro
|
||||
contains(QT_CONFIG, opengl): SUBDIRS += opengl
|
||||
unix:!embedded:contains(QT_CONFIG, dbus): SUBDIRS += dbus
|
||||
contains(QT_CONFIG, v8): SUBDIRS += v8.pro
|
||||
|
5
tests/auto/opengl/qgl/qgl.qrc
Normal file
5
tests/auto/opengl/qgl/qgl.qrc
Normal file
@ -0,0 +1,5 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file alias="designer.png">../../gui/image/qpixmap/images/designer.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -1,5 +0,0 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file alias="designer.png">../gui/image/qpixmap/images/designer.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
Reference in New Issue
Block a user