4e84be2876
tst_qfilesystemmodel::sort uses some internal API to affect the sorting behavior. This means that part of the test must be disabled when private symbols aren't available. Change-Id: I2e7b9d7a33cb3e7032bc5380c03fa29ecc84e12c Reviewed-on: http://codereview.qt.nokia.com/2413 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
17 lines
382 B
Prolog
17 lines
382 B
Prolog
CONFIG += qttest_p4
|
|
|
|
QT = core-private gui
|
|
|
|
SOURCES += tst_qfilesystemmodel.cpp
|
|
TARGET = tst_qfilesystemmodel
|
|
|
|
symbian: {
|
|
HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h
|
|
|
|
# need to deploy something to create the private directory
|
|
dummyDeploy.files = tst_qfilesystemmodel.cpp
|
|
dummyDeploy.path = .
|
|
DEPLOYMENT += dummyDeploy
|
|
LIBS += -lefsrv
|
|
}
|