CMake Build: Use same Qt compiler defines for tests

Source code needed adjustments though.

Change-Id: I78b4610a6bb895a385c7c30a6c92c97a276b89dd
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Cristian Adam
2019-09-10 13:13:30 +02:00
parent 62d16e437a
commit 486aaabd21
15 changed files with 56 additions and 50 deletions
@@ -194,7 +194,7 @@ void tst_StringUtils::testStripAccelerator()
{
QFETCH(QString, expected);
QCOMPARE(Utils::stripAccelerator(QTest::currentDataTag()), expected);
QCOMPARE(Utils::stripAccelerator(QString::fromUtf8(QTest::currentDataTag())), expected);
}
void tst_StringUtils::testStripAccelerator_data()