mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
add alias header for QtTestGui
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5f00759721
commit
24aa5769e2
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -22,6 +22,8 @@ set(TEST_PUBLIC_HEADERS
|
|||
QTestLightXmlStreamer
|
||||
QTestXmlStreamer
|
||||
QTestXunitStreamer
|
||||
# those are aliases
|
||||
QtTestGui
|
||||
)
|
||||
|
||||
set(TEST_HEADERS
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue