This commit is contained in:
Martin Gräßlin 2016-02-11 09:34:19 +01:00
parent c8c33ae398
commit f4e28e2c9c
10 changed files with 11 additions and 11 deletions

View file

@ -371,5 +371,5 @@ void DecorationInputTest::testPressToMove()
} }
WAYLANTEST_MAIN(KWin::DecorationInputTest) WAYLANDTEST_MAIN(KWin::DecorationInputTest)
#include "decoration_input_test.moc" #include "decoration_input_test.moc"

View file

@ -100,5 +100,5 @@ void DontCrashGlxgearsTest::testGlxgears()
} }
WAYLANTEST_MAIN(KWin::DontCrashGlxgearsTest) WAYLANDTEST_MAIN(KWin::DontCrashGlxgearsTest)
#include "dont_crash_glxgears.moc" #include "dont_crash_glxgears.moc"

View file

@ -264,5 +264,5 @@ void InternalWindowTest::testKeyboard()
} }
WAYLANTEST_MAIN(KWin::InternalWindowTest) WAYLANDTEST_MAIN(KWin::InternalWindowTest)
#include "internal_window.moc" #include "internal_window.moc"

View file

@ -66,9 +66,9 @@ int main(int argc, char *argv[]) \
} }
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)) #if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
#define WAYLANTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject, QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling) ) #define WAYLANDTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject, QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling) )
#else #else
#define WAYLANTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,) #define WAYLANDTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,)
#endif #endif
#endif #endif

View file

@ -767,5 +767,5 @@ void LockScreenTest::testTouch()
} }
WAYLANTEST_MAIN(KWin::LockScreenTest) WAYLANDTEST_MAIN(KWin::LockScreenTest)
#include "lockscreen.moc" #include "lockscreen.moc"

View file

@ -450,5 +450,5 @@ void MoveResizeWindowTest::testGrowShrink()
} }
WAYLANTEST_MAIN(KWin::MoveResizeWindowTest) WAYLANDTEST_MAIN(KWin::MoveResizeWindowTest)
#include "move_resize_window_test.moc" #include "move_resize_window_test.moc"

View file

@ -521,5 +521,5 @@ void QuickTilingTest::testQuickTilingPointerMove()
} }
WAYLANTEST_MAIN(KWin::QuickTilingTest) WAYLANDTEST_MAIN(KWin::QuickTilingTest)
#include "quick_tiling_test.moc" #include "quick_tiling_test.moc"

View file

@ -160,5 +160,5 @@ void StartTest::testCreateWindow()
} }
WAYLANTEST_MAIN(KWin::StartTest) WAYLANDTEST_MAIN(KWin::StartTest)
#include "start_test.moc" #include "start_test.moc"

View file

@ -290,5 +290,5 @@ void TouchInputTest::testCancel()
} }
WAYLANTEST_MAIN(KWin::TouchInputTest) WAYLANDTEST_MAIN(KWin::TouchInputTest)
#include "touch_input_test.moc" #include "touch_input_test.moc"

View file

@ -187,5 +187,5 @@ void TransientNoInputTest::testTransientNoFocus()
} }
WAYLANTEST_MAIN(KWin::TransientNoInputTest) WAYLANDTEST_MAIN(KWin::TransientNoInputTest)
#include "transient_no_input_test.moc" #include "transient_no_input_test.moc"