add alias header for QtTestGui

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-04-25 17:43:15 +00:00
parent 5f00759721
commit 24aa5769e2
3 changed files with 3 additions and 3 deletions

View file

@ -622,6 +622,7 @@ if(UNIX AND WITH_X11 AND X11_FOUND)
katie_generate_obsolete(qx11embedcontainer.h QtGui qx11embed_x11.h)
katie_generate_obsolete(qx11embedwidget.h QtGui qx11embed_x11.h)
endif()
katie_generate_obsolete(qttestgui.h QtTest qtest_gui.h)
# those have shuffled, e.g. from QtDesginer to QtUiTools
katie_generate_obsolete(customwidget.h QtDesginer ../QtUiTools/customwidget.h)
katie_generate_obsolete(qdesignercustomwidgetinterface.h QtDesigner ../QtUiTools/customwidget.h)

View file

@ -22,6 +22,8 @@ set(TEST_PUBLIC_HEADERS
QTestLightXmlStreamer
QTestXmlStreamer
QTestXunitStreamer
# those are aliases
QtTestGui
)
set(TEST_HEADERS

View file

@ -46,9 +46,6 @@
#ifndef QT_GUI_LIB
#define QT_GUI_LIB
#endif
#if 0
#pragma qt_class(QtTestGui)
#endif
#include <QtTest/qtestassert.h>
#include <QtTest/qtest.h>