Commit 99b084d0 authored by Jüri Valdmann's avatar Jüri Valdmann
Browse files

Fix undefined reference to qCompare error


Linking against qtbase 5.9 fails with

  error: undefined reference to 'bool QTest::qCompare<QString, char [13]>([...])'

due to QCOMPARE of QString with C string literal.

Change-Id: If4f4312d21d0b1a8ce2577d5f9d3a9ac0731b3a2
Reviewed-by: default avatarPeter Varga <pvarga@inf.u-szeged.hu>
parent 16832db4
Showing with 2 additions and 2 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment