915f4d8c95
Unexport free function qt_registerAliasToFontFamily() and Make it a static member of QPlatformFontDatabase instead. Change-Id: I1df49a8e37a24b3961f92288d67b6f1108a7d520 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
12 lines
259 B
Prolog
12 lines
259 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qfontdatabase
|
|
SOURCES += tst_qfontdatabase.cpp
|
|
QT += testlib core-private gui-private
|
|
|
|
wince* {
|
|
additionalFiles.files = FreeMono.ttf
|
|
additionalFiles.path = .
|
|
DEPLOYMENT += additionalFiles
|
|
}
|