2011-04-27 10:05:43 +00:00
|
|
|
CONFIG += qttest_p4
|
|
|
|
|
2011-05-16 14:59:05 +00:00
|
|
|
QT = core-private gui
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|