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>
11 lines
313 B
Prolog
11 lines
313 B
Prolog
############################################################
|
|
# Project file for autotest for file qabstracttextdocumentlayout.h
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
TARGET = tst_qabstracttextdocumentlayout
|
|
QT += testlib
|
|
SOURCES += tst_qabstracttextdocumentlayout.cpp
|
|
|
|
|