6b29e881cd
qttest_p4.prf was added as a convenience for Qt's own autotests in Qt4. It enables various crufty undocumented magic, of dubious value. Stop using it, and explicitly enable the things from it which we want. Change-Id: I3c1d993d5682db913aadc267d98a638061f393d6 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
13 lines
334 B
Prolog
13 lines
334 B
Prolog
######################################################################
|
|
# Automatically generated by qmake (2.00a) ti 8. mar 16:20:21 2005
|
|
######################################################################
|
|
|
|
CONFIG += testcase
|
|
TARGET = tst_qstyleoption
|
|
TEMPLATE = app
|
|
QT += widgets testlib
|
|
# Input
|
|
SOURCES += tst_qstyleoption.cpp
|
|
|
|
|