57cf7c8a1b
These unit tests do not depent on QtWidget. Change-Id: I95526125c563885c0531da7ebfee06bca9a87b1c Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
9 lines
107 B
Prolog
9 lines
107 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qpolygon
|
|
QT += testlib
|
|
SOURCES += tst_qpolygon.cpp
|
|
|
|
unix:!mac:LIBS+=-lm
|
|
|
|
|